__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.ruff_cache/
.pytest_cache/
.mypy_cache/
*.db
.env

# Vite build output (served by FastAPI)
doorae/static/

# Node
frontend/node_modules/
frontend/dist/

# Vite cache
.vite/
