a651f747ac
It is now up to the user to install these (or other) for production deployment. More info: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/#run-with-a-production-server
33 lines
239 B
Plaintext
33 lines
239 B
Plaintext
.DS_Store
|
|
._*
|
|
|
|
__pycache__
|
|
*.py[cod]
|
|
*$py.class
|
|
.mypy_cache
|
|
.vscode
|
|
|
|
*.egg
|
|
*.egg-info
|
|
.coverage
|
|
.pytest_cache
|
|
.webassets-cache
|
|
htmlcov
|
|
test-reports
|
|
|
|
*.swo
|
|
*.swp
|
|
*.pyo
|
|
*.pyc
|
|
*.env
|
|
.env
|
|
.venv
|
|
venv
|
|
|
|
*.sqlite3
|
|
.pyre*
|
|
|
|
__bundle__
|
|
|
|
node_modules
|