Initial public release

This commit is contained in:
sinmb79
2026-03-30 13:19:11 +09:00
commit 92a692b63c
116 changed files with 5822 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# 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