89 lines
847 B
Plaintext
89 lines
847 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.env/
|
|
.venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Environment variables
|
|
*.env
|
|
|
|
# PyInstaller
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
|
|
# Django stuff
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
|
|
# Flask stuff
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Scrapy stuff
|
|
.scrapy
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Pyre
|
|
.pyre/
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Pycharm
|
|
.idea/
|
|
|
|
# SQL databases
|
|
*.sqlite3
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
|
|
# Mac OS
|
|
.DS_Store
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|