This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
covid19-dashboard/.gitignore
2021-05-14 14:41:00 +05:30

29 lines
312 B
Plaintext

# byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# tests and coverage
*.pytest_cache
.coverage
# database & logs
*.db
*.sqlite3
*.log
# venv
env
venv
envwin
envwin/
envwin/Lib/
# other
.DS_Store
# javascript
package-lock.json
staticfiles/*
!staticfiles/.gitkeep
.vscode/settings.json
.vscode