.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

.env

# Virtual environments
.venv/
venv/
env/

.codex-skill-work/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.hypothesis/
.pyre/
.tox/
.nox/

# Packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Coverage
.coverage
.coverage.*
htmlcov/

# Generated scaffold outputs
projects/
saas-dashboard/

# User media collections (images, fonts, etc.)
media/

# Claude Code
.claude/
CLAUDE.md
agent_docs/

# Superpowers brainstorm sessions
.superpowers/

# Internal planning docs (not for public repo)
docs/superpowers/

# Internal research notes
research/
.vercel
