# Python cache files
__pycache__
*.py[cod]

# Version is updated from hatch-vcs
src/logging_pipeline/version.py

# Packages
/logging_pipeline.egg
/logging_pipeline.egg-info
/dist
/build

# MacOS
.DS_Store
