feat: initial EDR system — agent + backend + frontend + ensemble ML
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
.env
|
||||
*.log
|
||||
|
||||
# ML artefacts (regenerated on first run)
|
||||
data/*.pkl
|
||||
data/*.db
|
||||
data/UNSW_NB15_training-set.csv
|
||||
|
||||
# Frontend
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/*.tsbuildinfo
|
||||
|
||||
# Docker / OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user