This repository has been archived on 2026-04-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
routeros_backup_next/.gitignore
Mateusz Gruszczyński ff7dbcb4e4 first commit
2026-04-12 21:26:12 +02:00

33 lines
373 B
Plaintext

# 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/*