# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/

# R
.Rproj.user/
.Rhistory
.RData
.Ruserdata
*.Rproj
src/*.o
src/*.so
src/*.dll

# Rust
rust/okf-ingest/target/

# C++
cpp/build*/

# Catalogs / scratch
*.duckdb
*.duckdb.wal
*.sqlite
/_state/

# Rendered HTML output (the package ships the renderer, never rendered content).
# `okf html` emits .html — never commit it. The repo has no .html source of its own.
*.html
site/
*_html/
_render/

# Built package artifacts
*.tar.gz
*.whl

# OS
.DS_Store
Thumbs.db

# R CMD check output
okf.Rcheck/
