# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.mypy_cache/
.ruff_cache/
.pytest_cache/
*.egg-info/
dist/
build/
.venv/
venv/
env/

# AI-Safe runtime store (generated at runtime, not source)
.ai_runtime/
.benchmarks/

# Coverage
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
