# attic's own runtime state — archives, index, config, logs.
# Never commit this: it holds captured scrollback from real agent sessions.
/.attic/
.attic-stage/

# Superpowers SDD workspace (ledgers, briefs, review packages).
# Previously ignored only via a personal global gitignore, so a fresh clone
# would have started committing it.
.superpowers/

# Python
*.py[cod]
__pycache__/
*.egg-info/
.eggs/
build/
dist/

# Environments and tooling caches
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
*.swp
.idea/
.vscode/
