Design updates
- gameplay draft - core architecture (Python core)
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -1,3 +1,14 @@
|
||||
# claude artifacts
|
||||
.claude/
|
||||
CLAUDE.md
|
||||
CLAUDE.md
|
||||
|
||||
# python artifacts
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
|
||||
# uv
|
||||
package-lock.json
|
||||
package.json
|
||||
Reference in New Issue
Block a user