# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/

# direnv
.direnv/
.envrc.local

# OS
.DS_Store
Thumbs.db

# Coverage
.coverage
coverage.json
htmlcov/

# mypy / ruff / pytest caches
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Copilot work plans
.copilot/*
!.copilot/README.md
