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

# Virtual environments
.venv/
venv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments and secrets
.env
.env.*
!.env.template

# Generated docs site
site/

# Graphify local outputs
graphify-out/
**/graphify-out/

# OS / editor
.DS_Store
.idea/
.vscode/
