# Monorepo
**/node_modules/
**/dist/
**/dist-ssr/
frontend/*.local

backend/.venv
backend/__pycache__
backend/.pytest_cache
backend/.mypy_cache
backend/.ruff_cache
.pytest_cache/

# Python
*.pyc
*.pyo
*.pyd

# Env files
.env
.env.*

# IDE and OS
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
