File: .gitignore

package info (click to toggle)
statsmodels 0.8.0~rc1%2Bgit59-gef47cd9-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 34,032 kB
  • ctags: 21,381
  • sloc: python: 159,326; ansic: 316; makefile: 246; asm: 156; sh: 19
file content (66 lines) | stat: -rw-r--r-- 998 bytes parent folder | download | duplicates (2)
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