# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE-specific files .idea/ .vscode/ *.swp *.swo # Personal settings *.tmproj *.sublime-project *.sublime-workspace # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs and databases *.log *.sqlite *.db # Other *.bak *.orig *.tar.gz *.zip *.tar.bz2 *.tar.xz *.rar *.7z *.dmg *.iso *.lzma *.whl