32 lines
383 B
Plaintext
32 lines
383 B
Plaintext
# Runtime data (assets, jobs, db) — never commit
|
|
data/
|
|
|
|
# Python
|
|
.venv/
|
|
venvs/
|
|
__pycache__/
|
|
*.pyc
|
|
.python-version
|
|
|
|
# Node / frontend build
|
|
web/node_modules/
|
|
web/dist/
|
|
|
|
# Secrets & local config
|
|
*.env
|
|
.env
|
|
server/.env
|
|
|
|
# Large model weights / caches
|
|
models/
|
|
*.safetensors
|
|
*.ckpt
|
|
*.pt
|
|
|
|
# Compiled native helpers (source is committed, binary is not)
|
|
bin/objcap
|
|
bin/*.o
|
|
|
|
# OS
|
|
.DS_Store
|