lnbits/.gitignore

32 lines
233 B
Plaintext
Raw Normal View History

.DS_Store
._*
__pycache__
*.py[cod]
*$py.class
.mypy_cache
.vscode
*.egg
*.egg-info
.coverage
.pytest_cache
.webassets-cache
htmlcov
test-reports
2019-12-13 22:41:39 +00:00
*.swo
*.swp
*.pyo
*.pyc
*.env
2019-12-14 09:13:27 +00:00
.env
2019-12-13 22:41:39 +00:00
venv
*.sqlite3
.pyre*
__bundle__
2020-05-03 16:55:17 +00:00
node_modules