forked from statsmodels/statsmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
66 lines (61 loc) · 998 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
*.py[oc]
# setup.py working directory
build
# setup.py dist directory
./dist
dist
#docs build and others
#generated #not yet? generated for dataset not rebuild
docs/source/generated
docs/source/dev/generated
docs/source/examples/generated
docs/source/examples/notebooks/generated
docs/source/datasets
docs/gettingstarted_0.png
examples/executed
# generated c source and built extensions
*.c
*.so
*.pyd
# repository directories for bzr-git
.bzr
.git
marks.git
marks.bzr
# virtualenv stuff
.venv
# Editor temporary/working/backup files
*$
.*.sw[nop]
.sw[nop]
*~
[#]*#
.#*
*.bak
*.tmp
*.tgz
*.rej
*.org
.project
*.diff
.settings/
*.svn/
*.log.py
# Egg metadata
./*.egg-info
# The shelf plugin uses this dir
./.shelf
# Mac droppings
.DS_Store
help
# Project specific
statsmodels/version.py
cythonize.dat
statsmodels.egg-info/
iterate.dat
hash_dict.pickle
rehab.table
salary.table
.ipynb_checkpoints
statsmodels/tsa/statespace/_statespace.pyx
statsmodels/tsa/regime_switching/_hamilton_filter.pyx