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