Files
Hydra-Engine/.gitignore
2026-03-30 13:19:11 +09:00

44 lines
412 B
Plaintext

# Secrets
.env
.env.*
!.env.example
config/keys/
*.key
~/.hydra/
# Database
*.db
*.sqlite
# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
dist/
.venv/
venv/
data/
# IDE
.idea/
.vscode/
# Logs
logs/
*.log
# Docker volumes
redis-data/
db-data/
# Git worktrees
.worktrees/
# Internal planning artifacts kept local only
docs/superpowers/
hydra-phase0-spec.md
hydra-v32-final.jsx