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

# Virtual environments
.venv/

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

# Testing
.pytest_cache/
htmlcov/
.coverage
coverage.json

# Linting / type-checking caches
.ruff_cache/
.mypy_cache/

# Environment
.envrc.local

# OS
.DS_Store
Thumbs.db

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