feat: initial release - MorkNetVizualiser v1.0
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
# Environment — contains secrets, never commit
|
||||
backend/.env
|
||||
|
||||
# GeoIP database — large binary, download separately
|
||||
data/
|
||||
|
||||
# Node
|
||||
frontend/node_modules/
|
||||
frontend/build/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Docker
|
||||
*.log
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user