.cache/

# Python
**/.venv/
**/__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
**/node_modules/
**/.next/
**/out/
**/dist/

# Go
**/bin/
**/coverage.out

# Local env
*.local
.env
!.env.example
server/.env
!server/.env.example
