first commit

This commit is contained in:
Mateusz Gruszczyński
2026-03-04 15:21:03 +01:00
commit 5429f176c9
53 changed files with 3808 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# ---- 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