# List of files to ignore for Git.
#
# Thomas Guillod - Dartmouth College

# remove Python object
*.pyc
*.pyo
**/__pycache__

# exclude packinging files
dist/*
build/*
slurmgen.egg-info/*

# exclude version file
slurmgen/version.txt

# exclude the project files
.idea/*
.venv/*
