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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# wade runtime (per-project, gitignored)
.wade/

# OS
.DS_Store
Thumbs.db

# uv
uv.lock

# Temporary commit message file (agents use this to avoid rewriting on hook retries)
.commit-msg

# Local archive (pre-reset export)
archive/
