WIP: Web radar implementation in progress — currently broken
The web radar component is undergoing refactoring and is non-functional. Core memory reading and overlay systems remain operational.
This commit is contained in:
+18
@@ -13,3 +13,21 @@ out/
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user