# The image only COPYs pyproject.toml + src/. Keep the build context tiny.
.git
.venv
.superpowers
**/__pycache__/
*.pyc
.pytest_cache
.ruff_cache
.mypy_cache
.DS_Store
docs
roots
tests
dist
build
*.egg-info
