# Agent config must never be committed (global rule)
AGENTS.md
.agents/
CLAUDE*
.claude

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
site/
.venv/
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.coverage*
htmlcov/

# Local scratch / tool output
run.log
tmp/

# OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.traineddata
