462fffbeaa
* add coverage.xml to gitignore * fix deleting mock_data.zip Co-authored-by: dni <dni.khr@gmail.com>
38 lines
315 B
Plaintext
38 lines
315 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
|
|
tests/data/*.sqlite3
|
|
|
|
*.swo
|
|
*.swp
|
|
*.pyo
|
|
*.pyc
|
|
*.env
|
|
.env
|
|
.venv
|
|
venv
|
|
|
|
*.sqlite3
|
|
.pyre*
|
|
|
|
__bundle__
|
|
|
|
coverage.xml
|
|
node_modules
|
|
lnbits/static/bundle.*
|
|
docker
|