# Python
__pycache__/
*.egg-info/
dist/
.pytest_cache/
.ruff_cache/

# Coverage
htmlcov/
.coverage
reports/

# Virtual environments
.venv/

# Private dev docs
.local/

# IDE
.idea/
.vscode/

# OS
.DS_Store
._*
Thumbs.db
Desktop.ini

# AI assistants
.claude/
CLAUDE.md
AGENTS.md
.cursor/
.cursorrules
.aider*
.copilot/
.github/copilot-instructions.md
