Files
black-dashboard-flask/.gitignore
2020-08-21 11:54:03 +03:00

29 lines
281 B
Plaintext

# byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# tests and coverage
*.pytest_cache
.coverage
# database & logs
*.db
*.sqlite3
*.log
# venv
env
venv
# other
.DS_Store
# sphinx docs
_build
_static
_templates
# javascript
package-lock.json
.vscode/symbols.json