# Virtual environment
.venv/
venv/
env/

# Git history
.git/
.gitignore

# Tests
tests/

# Build artefacts
dist/
build/
*.egg-info/

# Development tooling
.superpowers/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Scratch / local notebooks
scratch/
*.ipynb

# Docs source (not needed in image)
docs/

# Local config / secrets (mount at runtime instead)
raggity.toml
.env
