20 lines
175 B
Plaintext
20 lines
175 B
Plaintext
.git
|
|
.gitignore
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.pytest_cache
|
|
.mypy_cache
|
|
htmlcov
|
|
__pycache__
|
|
*.py[cod]
|
|
.venv
|
|
venv
|
|
instance
|
|
.env
|
|
.env.local
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
app/static/uploads
|