# IDE
.idea
.vscode/

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

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

# Unit test / coverage reports
.coverage
coverage.xml
.hypothesis/
.pytest_cache/
.mypy_cache/

# Environments
env/
venv/

# Documentation
