# 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
MANIFEST

# Poetry
poetry.lock

# PyCharm
.idea/

# VS Code
.vscode/

# pytest
.pytest_cache/
.coverage
htmlcov/
.tox/
.coverage.*

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Environments
.env
.venv
env/
venv/
ENV/

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db

# Documentation
docs/_build/
site/

# Other

*.pyc
*/__pycache__/*
*/.directory
.directory
*/.ipynb_checkpoints/*
src/*.egg-info/*

*.project*
config.env
