# IDE
/.idea/
/*.iml

# Virtual Environments
/.venv*

# Build Artifacts
/build/
/dist/
/docs/build/
/.mypy_cache
/.pytest_cache
/.coverage
cobertura.xml
__pycache__/

# Miscellaneous
.DS_Store
