2019-12-13 17:56:19 +01:00
|
|
|
.DS_Store
|
|
|
|
._*
|
|
|
|
|
|
|
|
__pycache__
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
.mypy_cache
|
|
|
|
.vscode
|
2021-06-18 11:06:16 +02:00
|
|
|
*-lock.json
|
2019-12-13 17:56:19 +01:00
|
|
|
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
.coverage
|
|
|
|
.pytest_cache
|
2020-03-04 23:11:15 +01:00
|
|
|
.webassets-cache
|
2019-12-13 17:56:19 +01:00
|
|
|
htmlcov
|
2020-03-04 23:11:15 +01:00
|
|
|
test-reports
|
2022-07-25 09:13:41 +02:00
|
|
|
tests/data/*.sqlite3
|
2019-12-14 00:34:19 +01:00
|
|
|
|
2019-12-13 23:41:39 +01:00
|
|
|
*.swo
|
|
|
|
*.swp
|
|
|
|
*.pyo
|
|
|
|
*.pyc
|
|
|
|
*.env
|
2019-12-14 10:13:27 +01:00
|
|
|
.env
|
2020-09-03 19:53:22 +02:00
|
|
|
.venv
|
2019-12-13 23:41:39 +01:00
|
|
|
venv
|
2019-12-14 00:34:19 +01:00
|
|
|
|
2020-02-10 13:29:20 +01:00
|
|
|
*.sqlite3
|
2019-12-14 21:26:26 +01:00
|
|
|
.pyre*
|
2020-03-04 23:11:15 +01:00
|
|
|
|
|
|
|
__bundle__
|
2020-05-03 18:55:17 +02:00
|
|
|
|
|
|
|
node_modules
|
2020-09-15 20:54:05 +02:00
|
|
|
lnbits/static/bundle.*
|
2022-06-30 12:03:46 +02:00
|
|
|
docker
|