modification of code and loggger apply and changes of update from.
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,30 +1,18 @@
|
||||
# Python
|
||||
*.__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyos
|
||||
*.pyd
|
||||
__pycache__
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Ingnor upload files
|
||||
# Ignore upload files
|
||||
static/uploads/
|
||||
|
||||
# Ignore files
|
||||
venv
|
||||
|
||||
# Ignore Log files ss
|
||||
logs/
|
||||
|
||||
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
venv
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# OS / Editor
|
||||
.vscode/
|
||||
.idea/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
# Ignore Log files
|
||||
logs/
|
||||
Reference in New Issue
Block a user