# Python
__pycache__/
*.pyc
.venv/
dist/
*.egg-info/

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

# IDE / local
.idea/
.claude/settings.local.json
.env
