# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
wheels/
.venv/
venv/
env/

# uv
uv.lock.bak

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Env / secrets
.env
.env.local
.env.*.local
*.pem

# Project-specific
fixtures_cache/
*.local.md
.claude/settings.local.json
