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

# uv
# uv.lock IS committed (reproducible dev bootstrap)

# Godot
godot/.godot/
examples/**/.godot/
*.import

# OS / editor
.DS_Store
.env

# graphify generated knowledge graph (regenerable output + cache)
graphify-out/
