Skip to content

Commit b4a2c8d

Browse files
committed
MAINT: adding more generated/downloaded content to gitignore
1 parent 1559f7f commit b4a2c8d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ data/
55
output/
66
# "cache" dir is created by nway in the forced photometry notebook. ignore it and any other "cache" directory
77
cache/
8+
# Other random download/output dirs, etc, these should ideally be generalized to be one of the aboves
9+
downloaded_hdf5_files/
810

911
# Data and Output files
1012
# data and output files should not be committed to the code repository
@@ -21,6 +23,7 @@ cache/
2123
*.parquet
2224
*.pdf
2325
*.png
26+
*.gif
2427

2528
# Tests and reports
2629
htmlcov/
@@ -33,6 +36,7 @@ htmlcov/
3336
*.ipynb
3437
_build/
3538

39+
3640
# PyCharm
3741
.idea
3842

0 commit comments

Comments
 (0)