18 lines
133 B
Plaintext
18 lines
133 B
Plaintext
# Python
|
|
*.__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Ingnor upload files
|
|
static/uploads/
|
|
|
|
# Ignore files
|
|
venv
|
|
|
|
# Ignore Log files ss
|
|
logs/
|
|
|
|
|
|
|