# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Packaging / distribution
build/
dist/
*.egg-info/
*.egg
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/

# Test / coverage / type-check caches
.pytest_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# Environment files
.env
.env.*

# Editors / IDEs
.idea/
.vscode/

# macOS
.DS_Store

# Claude Code local settings
.claude/settings.local.json
