# Python
__pycache__/
*.py[codz]
*.egg-info/
.venv
.pytest_cache/

# Package version lock — library project, consumers manage their own
uv.lock

# Project-specific — dev scripts (author-only)
dev/

# Superpowers dev session artifacts
.superpowers/

# Plans and design docs (authored by LLM, not part of the package)
docs/

# Secrets and environment configs
.env
*env*
