-
Notifications
You must be signed in to change notification settings - Fork 101
/
.gitignore
141 lines (117 loc) · 2.4 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Temporary editor files
*~
.*.swp
.DS_Store
*.py[cod]
# C extensions
*.so
# Try letting str2lc_py.c be in repo to remove dependency on Cython for users to install PINT
# pint/cutils/str2ld_py.c
# pickle files
*.pickle.gz
*.npy
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
.eggs
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
.pytest_cache
nosetests.xml
coverage
doc/_build
doc/api
tests/datafile/test_fitter_plot.pdf
htmlcov
.coverage.*
# Translations
*.mo
# Ephemerides and clock stuff
de405.bsp
de421.bsp
de430t.bsp
de434.bsp
de436.bsp
de436t.bsp
earth_latest_high_prec.bpc
naif0010.tls
naif0011.tls
naif0012.tls
pck00010.tpc
de-403-masses.tpc
# Pickles of .tim files
*.tim.pickle.gz
# TEMPO stuff
*matrix.tmp
*resid2.tmp
*tempo.lis
# ipython notebook temps
.ipynb_checkpoints
.idea
.cache
.vscode
# Test output/intermediate files
# tests/datafile/fake_testzima.tim
# tests/datafile/fermitest.fits
# tests/datafile/fermitest.png
# tests/datafile/photontest.fits
# tests/datafile/photontest.png
# tests/datafile/test_parfile_write.par
# tests/datafile/J0030+0451_chains.png
# tests/datafile/J0030+0451_post.par
# tests/datafile/J0030+0451_post.png
# tests/datafile/J0030+0451_pre.png
# tests/datafile/J0030+0451_prof_post.txt
# tests/datafile/J0030+0451_prof_pre.txt
# tests/datafile/J0030+0451_results.txt
# tests/datafile/J0030+0451_samples.pickle
# tests/datafile/J0030+0451_triangle.png
# tests/datafile/testbary.tim
# tests/datafile/testtopo.tim
# tests/datafile/testtopot1.tim
# fermitest.fits
# fermitest.png
# photontest.fits
# photontest.png
# Allow devs to have a tmp dir that is not tracked
tmp/*
# Autogenerated rst files
docs/_build
docs/_autosummary
# hypothesis testing database
.hypothesis
# Jupyter notebooks should not be in git; they are built from md files
docs/examples/*.ipynb
# Actual tests are supposed to be python scripts.
# These notebooks are used for interactive testing during development.
# They should be converted to scripts before committing.
tests/*.ipynb
# Rendered examples are turned into .py files for convenience but it's the notebook that's in git
docs/examples-rendered/*.py
# VSCode wants to put virtualenvs here
.env
# pintpublish output
*.tex
*.aux
*.log
*.pdf
# test output
tests/datafile/par_*.par
tests/datafile/fake_toas.tim
tests/datafile/*.converted.par
tests/datafile/_test_pintempo.out