-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
54 lines (40 loc) · 725 Bytes
/
.gitignore
File metadata and controls
54 lines (40 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Intellij configuration
.idea/
# Environment configuration
.envrc
falco/data/brief/**
falco/data/ws/**
data/material/*.npy
zOld/**
#--Sync only example files
roman/*.py
roman/*.fits
roman/*.txt
roman/flatmaps/*.fits
!roman/EXAMPLE_*.py
!roman/flatmaps/dm*.fits
!examples/EXAMPLE_*.py
data/WFIRST/PhaseB/*.fits
# **.fits
**.pkl
examples/**.pkl
**.DS_Store
build/
dist/
docs/_build
*.pyc
*.o
*.so
*.egg-info
*.swp
*.mat
*~
# Exceptions #
!.placeholder.txt
!**/.placeholder.txt
!**/*.placeholder.txt
!falco/data/brief/.placeholder.txt
!falco/data/config/.placeholder.txt
!falco/data/ws/.placeholder.txt
!roman/flatmaps/.placeholder.txt
!roman/flatmaps/*.fits