# Python standard .gitignore
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Distribution / packaging
.Python
env/
bin/
build/
dist/
*.egg-info/
.eggs/
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# VS Code
.vscode/

# Mac
.DS_Store

# Environments
.env
.venv
ENV/
venv/
