# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments .venv/ venv/ env/ ENV/ env.bak/ venv.bak/ # Environment variables .env .env.local .env.*.local # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # Logs *.log logs/ # IDE .vscode/ .idea/ *.swp *.swo .pytype/ # OS .DS_Store Thumbs.db # MyPy .mypy_cache/ .dmypy.json dmypy.json # Pyre .pyre/