Files
openfsd/.gitignore
Reese Norris 2e37ed08b8 perf: lock-free postoffice path and non-blocking position send
Speed up dense position fan-out with atomic live snapshots for N≤2048,
equirectangular DistanceSq filtering, and SendPosition latest-wins
drops so slow peers cannot stall broadcasters. Ignore SQLite WAL/SHM
sidecars so local operator DBs are not staged by accident.
2026-07-17 13:26:19 -04:00

21 lines
277 B
Plaintext

.DS_Store
.idea
.vscode
**tmp**
build-and-push.sh
# Local SQLite databases and WAL/SHM sidecars (never commit operator data)
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
# Local worklogs / personal trackers (not committed)
*.local.md
# Local binaries
/openfsd-web
/fsdweb
/fsd