# Python bytecode
*.py[cod]
*$py.class

# Python cache directory
__pycache__/

# Virtual environment
.venv/

# Build artifacts
build/
dist/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling
.mypy_cache/
.ruff_cache/

# AI Agent files
.claude
.crush
.opencode
AGENTS.md
GEMINI.md
QWEN.md
opencode.json

# Backups
*.bak

# Development
.docs/
src/legacy
drafts/
sandbox/
tmp/
