__pycache__/
*.py[cod]
*.egg-info/
.venv/
.env
.env.local
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pre-commit-cache/
.uv-cache/
.ipynb_checkpoints/
.git-local/

artifacts/
data/raw/
okf_bundle/
vector_db/chroma/
vector_db/*.sqlite3
knowledge_graph/graph.html
knowledge_graph/*.json
knowledge_graph/*.graphml
docs/generated/

.DS_Store
