first commit

This commit is contained in:
Mateusz Gruszczyński
2026-04-12 21:26:12 +02:00
commit ff7dbcb4e4
123 changed files with 27749 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Python
__pycache__/
*.py[cod]
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.env
.env.*
!.env.example
# Backend runtime
backend/storage/routeros_backup_next.db
backend/data/
backend/storage/
data/
*.log
# Node / Angular
frontend/node_modules/
frontend/dist/
frontend/.angular/
frontend/.cache/
# OS / editors
.DS_Store
.idea/
.vscode/
*.zip
docker-data/*