-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
48 lines (40 loc) · 830 Bytes
/
.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
# files
*~
*.pyc
*.swp
*.bak
# *.html
.*lck*
slurm-*
.nfs*
*egg-info
checkSpelling.csh
svGPFA.dic
src/svGPFA/utils/my_globals.py
# directories
# see https://stackoverflow.com/questions/3203228/git-ignore-exception/72380673#72380673
dist/*
# docs/*
.mypy_cache/*
docs/sphinx/Makefile
docs/sphinx/Makefile-autodoc
docs/sphinx/make.bat
docs/sphinx/requirements.txt
docs/sphinx/source/auto_examples/*
docs/ipynb/.ipynb_checkpoints/*
# !/docs/sphinx/**/
# /docs/sphinx/*
# !/docs/sphinx/source/
# !/docs/sphinx/build/
# !/docs/design/
# /docs/design/*
# !/docs/design/svGPFA.vpp
# !/docs/ipynb/
# /docs/ipynb/*
# !/docs/ipynb/doEstimateAndPlot_collab.ipynb
# !/docs/ipynb/doEstimateAndPlot_defaultInitialParams.ipynb
examples/results/*
!examples/results/.gitkeep
examples/figures/*
!examples/figures/.gitkeep
svGPFA.egg-info/*