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

# hiveloom local
.hiveloom/
hive.db

# env
.env
.token.*

# local credentials — never commit
anthropic.token
*.token

# macOS
.DS_Store

# Internal design artifacts, never part of the distribution.
.superpowers/

.archive/
