-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
69 lines (52 loc) · 1.01 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
#Exclude private information
deploy_info
#Exclude temp output
temp_output/*
*~lock*
*.swp
*poetry.lock
poetry.lock
.virtual_documents
#Exclude deploy scripts
deploiment/logs/*
#Exclude local package builds (are build on github)
dist/*
#exclude the python versions of the doc example notebooks
docs/examples/*.py
docs/notebook_references/*.py
docs/topics/*.py
docs/paper/*.py
# ------------ Documentation ------------------
#Exclude local documentation builds
docs/_*
#!docs/_build
#exclude the rst files generated by autosummary
docs/api #for the full dev doc
docs/reference/api
#add the css formatters
!docs/_static
#logs
*log
#exclude data
fairness_demo_exercises/*.csv
fairness_demo_exercises/testdata.csv
tests/test_data/testdata_testday
# exclued logs
*log
#exclude figures in test data
tests/*.png
tests/*.html
# pychache
*.ipynb_checkpoints*
*__pycache__*
.spyproject
*.pyc
.vscode
*tempCodeRunnerFile.py
#GUI stuff
GUI/tmp/*
GUI/cache/*
#Development stuff
development/*
#Documentation (build online)
#docs/_build