26 lines
337 B
Plaintext
26 lines
337 B
Plaintext
# Built binaries (root only)
|
|
/mavend
|
|
/mavenclient
|
|
/mavsttd
|
|
/mavttsd
|
|
/mavweb
|
|
/mavpoll
|
|
|
|
# Certs (private keys, don't commit)
|
|
certs/
|
|
|
|
# Dependencies (fetch/build, not vendored)
|
|
deps/
|
|
|
|
# ML models (large, downloaded separately)
|
|
models/
|
|
|
|
# Runtime data
|
|
*.db
|
|
|
|
# Temp files
|
|
/tmp/
|
|
|
|
# opencode config (per-project, not for sharing)
|
|
opencode.json
|