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

node_modules/
web/dist/
playwright-report/
test-results/

.idea/
.vscode/
.DS_Store

deploy/postgres-data/

