# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Coverage and test tooling
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Packaging and build artifacts
build/
dist/
*.egg-info/
.eggs/

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

# Local configuration and secrets
.env
.env.*
!.env.example

# Local tooling and OS files
.claude/settings.local.json
.vscode/
.idea/
.DS_Store
Thumbs.db
