# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
*.egg

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Node / Next.js
ui/node_modules/
ui/.next/
ui/out/
ui/tsconfig.tsbuildinfo
ui/next-env.d.ts

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp

# Env
.env
.env.local
