# Agent config must never be committed (global rule).
# .agents has no trailing slash on purpose: `dotagents link` makes it a symlink,
# which git treats as a file, so a directory-only `.agents/` would not ignore it.
# *.local.md is the unshared override (machine- or user-specific), never committed.
.agents
*.local.md
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
