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

# Virtual environments
.venv/
venv/
ENV/

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

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

# OS
.DS_Store
Thumbs.db

# Project
*.db
.env

# Local memory / session context (never commit)
thoughts/
.claude/
.tldr/
.tldrignore
.worktrees/
CLAUDE.md

# Launch / marketing drafts (not part of the codebase)
docs/launch/

# Brand assets & design tools (local reference only)
docs/brand-system.html
docs/logo-proposals.html
docs/icon-*
docs/logo-*

# Implementation plans (local reference only)
docs/superpowers/plans/

# Generated outputs
reprompt-report.html
*-hot-phrases-tf-idf.txt
