# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so *.pyd # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # 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/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # VS Code .vscode/ # Environment variables .env .env.* .venv/ venv/ ENV/ env/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # PyCharm .idea/ # Local conda environments .conda/ conda-meta/ # Windows Thumbs.db ehthumbs.db Desktop.ini # macOS .DS_Store