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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# mypy
.mypy_cache/

# pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage 