We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1559f7f commit b4a2c8dCopy full SHA for b4a2c8d
1 file changed
.gitignore
@@ -5,6 +5,8 @@ data/
5
output/
6
# "cache" dir is created by nway in the forced photometry notebook. ignore it and any other "cache" directory
7
cache/
8
+# Other random download/output dirs, etc, these should ideally be generalized to be one of the aboves
9
+downloaded_hdf5_files/
10
11
# Data and Output files
12
# data and output files should not be committed to the code repository
@@ -21,6 +23,7 @@ cache/
21
23
*.parquet
22
24
*.pdf
25
*.png
26
+*.gif
27
28
# Tests and reports
29
htmlcov/
@@ -33,6 +36,7 @@ htmlcov/
33
36
*.ipynb
34
37
_build/
35
38
39
+
40
# PyCharm
41
.idea
42
0 commit comments