# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
.eggs/
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv-cache/
uv.lock

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.cache/
.hypothesis/

# VCR cassettes intentionally tracked: tests/fixtures/cassettes/

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

# Local secrets / scratch
.env
.env.*
!.env.example
scratch/
