.idea
.vscode

**/*.pyc
**/__pycache___
**/*.h5
**/*.pdf
**/*.csv
**/*.pdb
**/*.json
**/*.npy
**/*.npz
**/*.pt
**/*.zip

results/predictions/*
!results/predictions/.gitkeep
data/conditional_probs/raw_ProteinMPNN_outputs/*
logs

# Hydra generates logs when using multirun
multirun/
