Add initial romance game design data

This commit is contained in:
2026-06-11 22:34:07 +09:00
commit d6cfaaeabb
7 changed files with 1850 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
.DS_Store
Thumbs.db
*.log
*.tmp
__pycache__/
.pytest_cache/
.venv/
venv/
dist/
build/