# Python virtual environments venv/ env/ ENV/ .venv # Python cache files __pycache__/ *.py[cod] *$py.class *.so # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Unit test / coverage htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # IDEs .idea/ .vscode/ *.swp *.swo *~ # OS files .DS_Store Thumbs.db # Project specific *.log temp/ tmp/