# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually these files are written by a script, but they may be committed by # accident. *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache .pytest_cache/ .hypothesis/ pytestdebug.log # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # PEP 582; __pypackages__ directory __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath files *.sage.py # Environments .env .venv venv/ ENV/ env/ ENV.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static analyzer .pytype/ # Cython debug symbols cython_debug/ # VSCode settings .vscode/ # Editor-specific files *.swp *~ .DS_Store # Secrets - add any files containing secrets here secrets.py .secrets *.local # Logs logs/ *.log # OS generated files .AppleDouble .LSOverride # Thumbnails ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db