18 lines
169 B
Plaintext
18 lines
169 B
Plaintext
# Python
|
|
*.__pycache__
|
|
*.pyc
|
|
*.pyos
|
|
*.pyd
|
|
__pycache__
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Ignore upload files
|
|
static/uploads/
|
|
|
|
# Environment variables
|
|
.env
|
|
venv
|
|
|
|
# Ignore Log files
|
|
logs/ |