chore: initial commit — import worldmodel workspace (plans/, research/)
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
# macOS
|
||||
.DS_Store
|
||||
**/.DS_Store
|
||||
|
||||
# Python
|
||||
*.pyc
|
||||
__pycache__/
|
||||
.venv/
|
||||
venv/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
|
||||
# Editors / IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Large research PDFs
|
||||
research/lyra2_paper.pdf
|
||||
|
||||
# PRISM build artifacts
|
||||
plans/PRISM/.build/
|
||||
plans/PRISM/PRISM_Book.pdf
|
||||
plans/PRISM/PRISM_Cover.pdf
|
||||
plans/PRISM/PRISM_Whole.pdf
|
||||
Reference in New Issue
Block a user