23 lines
141 B
Plaintext
23 lines
141 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
.git/
|
|
.gitignore
|
|
|
|
.venv/
|
|
venv/
|
|
|
|
instance/
|
|
app/static/uploads/
|
|
|
|
.env
|
|
.flaskenv
|
|
|
|
*.sqlite
|
|
|
|
scripts/
|
|
|
|
README.md
|