# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/

# Tools
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Environments
.env
.env.local

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

# OS
.DS_Store
Thumbs.db

# Project data
*.db
*.db-shm
*.db-wal
compendium.db
dev.db

# Docker deployment
docker/.env
docker/certs/*
!docker/certs/.gitkeep

# Local-only project notes (not published)
CLAUDE.md
ils_parity.txt
docs/claude-deferred.md
docs/superpowers/
web_import_test_db

# Agent / dev output
out/

# Brainstorming visual companion (local-only)
.superpowers/
