first commit
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user