Design updates

- gameplay draft
- core architecture (Python core)
This commit is contained in:
Mikkeli Matlock
2026-01-10 00:02:01 +09:00
parent 5c8e80da13
commit 8635e4788a
6 changed files with 2311 additions and 1 deletions

13
.gitignore vendored
View File

@@ -1,3 +1,14 @@
# claude artifacts
.claude/
CLAUDE.md
CLAUDE.md
# python artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
# uv
package-lock.json
package.json