# Test ComfyUI environment (cloned/installed locally, never committed)
.comfyui-test/

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

# Tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# Session workspaces created at runtime
.draftsman-sessions/

# Local agent worklogs / evidence (never committed or published)
.omo/
.claude/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/

# Internal work plans / agent worklogs (keep local; public TODOs live in docs/ARCHITECTURE.md)
docs/superpowers/
docs/plans/

# Secrets (API keys, credentials)
.env*
