# =========================== # Python # =========================== .venv/ venv/ __pycache__/ *.py[cod] *.pyo .pytest_cache/ .mypy_cache/ # =========================== # Next.js # =========================== .next/ node_modules/ out/ # =========================== # Environment # =========================== .env .env.local .env.development.local .env.production.local # =========================== # macOS # =========================== .DS_Store # =========================== # VS Code # =========================== .vscode/ # =========================== # Logs # =========================== *.log # =========================== # Runtime storage # =========================== storage/ /backups/ *.dump # =========================== # Coverage # =========================== coverage/ htmlcov/ # =========================== # Alembic # =========================== alembic/__pycache__/ # =========================== # Python build # =========================== build/ dist/ *.egg-info/ # =========================== # Temporary # =========================== *.tmp *.swp