init commit
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
# Python bytecode and cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.env-env/
|
||||
ENV/
|
||||
|
||||
# Django local settings & secrets
|
||||
*.env
|
||||
.env
|
||||
db.sqlite3
|
||||
db.sqlite3-journal
|
||||
local_settings.py
|
||||
|
||||
# Django media & static deployment folders
|
||||
media/
|
||||
staticfiles/
|
||||
static-cdn/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Testing & coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# OS-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDEs & Editors
|
||||
.vscode/
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.swp
|
||||
|
||||
#temp
|
||||
temp/
|
||||
Reference in New Issue
Block a user