.venv
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
downloads/
eggs/
.eggs/
*.egg-info/
*.egg
pip-wheel-metadata/
*.whl

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

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

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# virtualenv

ENV/
env/
.env
.env.*
.venv/

# Mypy
.mypy_cache/

# PyInstaller
*.manifest
*.spec

# Sphinx
docs/_build/

# IDEs and editors
.vscode/
.idea/
*.log
idx.json
