# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging dist/ build/ *.egg-info/ # Virtual environments venv/ env/ ENV/ .env # IDE specific files .idea/ .vscode/ *.swp *.swo # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # mypy .mypy_cache/ .dmypy.json dmypy.json # Pytest .pytest_cache/ # Local development settings *.env .env.local .env.*.local # Log files *.log