80 lines
809 B
Plaintext
80 lines
809 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
|
|
# Flask instance folder
|
|
instance/
|
|
|
|
# Flask static files
|
|
staticfiles/
|
|
|
|
# Flask cache and logs
|
|
*.log
|
|
*.pot
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
*.sqlite3
|
|
*.db
|
|
*.log
|
|
__pycache__/
|
|
|
|
# Flask session files
|
|
*.session
|
|
|
|
# Pytest
|
|
.cache/
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
nosetests.xml
|
|
coverage/
|
|
*.coveragerc
|
|
*.coveragerc.bak
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# dotenv
|
|
.env
|
|
.venv
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE specific
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.cache
|
|
*cookies*.txt
|
|
*.code-workspace
|
|
set_env.sh
|
|
notes.md
|
|
DEV_BUILD |