4dd206da2a
Co-authored-by: calle <93376500+callebtc@users.noreply.github.com>
49 lines
438 B
Plaintext
49 lines
438 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
|
|
|
|
data
|
|
*.sqlite3
|
|
.pyre*
|
|
|
|
__bundle__
|
|
|
|
coverage.xml
|
|
node_modules
|
|
lnbits/static/bundle.*
|
|
docker
|
|
|
|
# Nix
|
|
*result*
|
|
|
|
# fly.io
|
|
fly.toml
|
|
|
|
lnbits-backup.zip
|
|
|
|
# Ignore extensions (post installable extension PR)
|
|
extensions/
|
|
upgrades/
|