# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Tooling
.ruff_cache/
.pytest_cache/
.coverage

# Editors / OS
.idea/
.vscode/
.DS_Store

# Local env files
.env
*.local

# Thoughts files
thoughts/

# Local collab-memory wiring + personal Claude tooling — never committed
# (installed by shared-knowledge/collab/.system/setup.sh; memory lives in the
# shared-knowledge repo, see its README)
collab
.collab-config
CLAUDE.local.md
CLAUDE.md
.claude/settings.local.json
.claude/hooks/

# Local working notes (planning, design scratchpads)
tasks/
