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

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

# Virtual environments
.env
.venv
venv/
ENV/

# IDEs/editors
.vscode/
.idea/

# pytest
.pytest_cache/
.cache/

# coverage
.coverage
htmlcov/
