__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
*.so
.env
.venv/
venv/
*.sqlite
*.db

# Skill runtime data (created on first use)
data/

# Plans and ops records (local only)
.omc/
docs/superpowers/

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

# OS
.DS_Store
Thumbs.db
