lnbits/.gitignore
2020-05-03 13:55:17 -03:00

32 lines
233 B
Plaintext

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