Files
routeros-traffic/.gitignore
Mateusz Gruszczyński 5429f176c9 first commit
2026-03-04 15:21:03 +01:00

44 lines
457 B
Plaintext

# ---- OS / IDE ----
.DS_Store
Thumbs.db
.idea/
.vscode/
# ---- Env ----
**/.env
**/.env.local
# ---- Python ----
__pycache__/
*.py[cod]
*.pyd
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
dist/
build/
*.egg-info/
*.log
# SQLite
*.db
*.sqlite
*.sqlite3
mt_traffic.db
# ---- Node / Next ----
node_modules/
.next/
out/
.cache/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# ---- Docker ----
docker-compose.override.yml