.DS_Store
._*

__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode
*-lock.json

*.egg
*.egg-info
.coverage
.pytest_cache
.webassets-cache
htmlcov
test-reports
tests/data

*.swo
*.swp
*.pyo
*.pyc
*.env
.env
.venv
venv

*.sqlite3
.pyre*

__bundle__

node_modules
lnbits/static/bundle.*