# Virtual Environment venv/ env/ ENV/ .venv/ # Python __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Logs logs/ *.log # Unit test / coverage htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Azure credentials cache .azure/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment variables .env .env.local # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Temporary files *.bak *.tmp temp/ tmp/