__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.env
.env.local
*.egg
.pytest_cache/
.ruff_cache/
.mypy_cache/
run_server.sh
/tmp/

# macOS
.DS_Store

# Node / Next.js
node_modules/
.next/
out/
