feat: initial release - MorkNetVizualiser v1.0

This commit is contained in:
2026-06-07 19:31:43 +02:00
commit 5f8a43e652
19 changed files with 2954 additions and 0 deletions
+21
View File
@@ -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