4f5df4d1c9
The web radar component is undergoing refactoring and is non-functional. Core memory reading and overlay systems remain operational.
34 lines
415 B
Plaintext
34 lines
415 B
Plaintext
build/
|
|
cmake-build-*/
|
|
.idea/
|
|
.claude/
|
|
maps/
|
|
vpcc
|
|
out/
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.ilk
|
|
*.md
|
|
|
|
# Keep these specific files tracked
|
|
!README.md
|
|
!FORMATS.md
|
|
!CLAUDE.md
|
|
|
|
# 3D map data directories (user-supplied / generated)
|
|
data/raw/
|
|
data/processed/
|
|
|
|
# WASM engine build
|
|
engine/build/
|
|
engine/_deps/
|
|
|
|
# Python dataprep
|
|
dataprep/__pycache__/
|
|
dataprep/*.egg-info/
|
|
dataprep/dayzmap/__pycache__/
|
|
.venv/
|
|
node_modules/
|
|
package-lock.json
|