Browse Source

Update .gitignore to exclude additional directories

- Added 'exps/' and 'summary/' directories to the .gitignore file to prevent tracking of experimental and summary data.
- Retained existing exclusion for 'data/' while removing the specific exclusion for 'data/*' to allow for potential subdirectory tracking.
main
mckay 2 months ago
parent
commit
592daa37ac
  1. 4
      .gitignore

4
.gitignore

@ -130,5 +130,7 @@ dmypy.json
data_backup/
data/*
data/
exps/
summary/
*.csv
Loading…
Cancel
Save