lnbits/.gitignore
2021-06-18 10:06:16 +01:00

35 lines
274 B
Plaintext

.DS_Store
._*
__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode
*-lock.json
*.egg
*.egg-info
.coverage
.pytest_cache
.webassets-cache
htmlcov
test-reports
*.swo
*.swp
*.pyo
*.pyc
*.env
.env
.venv
venv
*.sqlite3
.pyre*
__bundle__
node_modules
lnbits/static/bundle.*