.eggs/
dist/
*.pyc
__pycache__/
*.py[cod]
*$py.class
__tmp/*
*.pyi
.mypycache
.ruff_cache
node_modules
backend/**/templates/

# environments
.venv*
.env
.gradio

# editors / OS
.idea
.DS_Store

# tests
test-results/
playwright-report/
