-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (35 loc) · 803 Bytes
/
.gitignore
File metadata and controls
42 lines (35 loc) · 803 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
# Python cache
**/__pycache__/**
# Autoconf debris
/autom4te.cache
/config.log
/config.status
/Makefile
/src/Makefile
/src/webserver/Makefile
/share/Makefile
/client/Makefile
/src/config.py
/src/webserver/static/fastdb.js
/src/webserver/static/fastdb_start.js
/src/webserver/static/objectinfo.js
/src/webserver/static/objectlist.js
/src/webserver/static/objectsearch.js
/src/webserver/static/resetpasswd_start.js
/src/webserver/static/rkauth.js
/src/webserver/templates/fastdb_webap.html
# Sphinx debris
docs/_build/**
!docs/_build/.placeholder
docs/_static/**
!docs/_static/.placeholder
docs/_templates/**
!docs/_templates/.placeholder
# Test install location
install/
tests/elasticc2_test_data
tests/load_snana_fits_reconstruct_indexes_constraints.sql
# Env file
/.env
# Emacs backup files
**~