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

# Virtual environments
.venv/

# Testing / linting caches
.pytest_cache/
.ruff_cache/

# Environment variables
.env

# Claude Code local state
.claude/
