# Build artifacts
dist/
build/
*.egg-info/

# Python
__pycache__/
*.py[cod]
.venv/
venv/

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Graphitize output — derived, never committed by us
graphitize-out/

# Secrets
.env
.env.*
!.env.example

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