-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
71 lines (53 loc) · 1.02 KB
/
.gitignore
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Byte-compiled / optimized
__pycache__/
*.py[cod]
.pytest_cache
# simple editor backups
*~
# vim backups
.*.swp
# unit tests
.cache/
# coverage
.coverage
# VBBL library
VBBinaryLensingLibrary.o
VBBinaryLensingLibrary_wrapper.so
# AdaptiveContouring library
source/AdaptiveContouring/*.o
source/AdaptiveContouring/*.so
# Sphinx files
*.doctree
docs/_sources/
#docs/_static/
# Example figures
examples/figure_[1234].png
# Other output in examples:
examples/rE.tab
examples/rEtilde.tab
examples/tE.tab
examples/thetaE.tab
examples/example_07_fit_parallax_MN_*
# Test files in examples:
examples/run_time_tests/test_100*txt
# pymultinest output files:
examples/chains/
# additional code in example_16/
examples/example_16/corner.py
examples/example_16/out_ob08092_O4_MN*
examples/example_16/*.png
examples/example_16/*_out.yaml
# Temporary tasks:
DEV
sandbox
# Latex files:
*.aux
*.log
# IDE files:
.idea/
# Installation files:
*.egg-info/
source/MulensModel/*.so
# Coverage report:
coverage.xml
/source/MulensModel/htmlcov/