31 lines
259 B
Plaintext
31 lines
259 B
Plaintext
# Python
|
|
*.__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
__pycache__
|
|
|
|
# Ingnor upload files
|
|
static/uploads/
|
|
|
|
# Ignore files
|
|
venv
|
|
|
|
# Ignore Log files ss
|
|
logs/
|
|
|
|
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# OS / Editor
|
|
.vscode/
|
|
.idea/
|
|
__pycache__/
|
|
*.pyc
|