19 lines
213 B
Plaintext
19 lines
213 B
Plaintext
# Local config/state
|
|
server/config.toml
|
|
server/runtime/
|
|
|
|
# Python
|
|
server/.venv/
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
|
|
# Node/Vite
|
|
client/node_modules/
|
|
client/dist/
|
|
|
|
# OS/editor/log noise
|
|
.DS_Store
|
|
*.log
|
|
*.bak
|