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

# Node / monorepo
node_modules/
pay/.next/
site/.next/
site/out/
pay/dev.db
pay/dev.db-journal
pay/prisma/*.db
pay/prisma/*.db-journal

.cursor/
typescript/dist/

# Python workspace (editable install artifacts)
python/.eggs/
python/*.egg-info/
python/dist/
.turbo/

# Local wheel inspection / debug (not for commit)
.tmp-pkg/
.tmp-pkg-local/

Algopay-main/