# ignore Operating System files
.DS_Store

# ignore Configuration files
.idea/
.ipynb_checkpoints/

# ignore virtual environments (common names)
venv
.env

# ignore cache-files
__pycache__
.pytest_cache

# ignore open .xlsx file
~$*

# ignore local build files
build/
data/
reports/
vlinder.egg-info
dist/
