forked from statsmodels/statsmodels
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (46 loc) · 660 Bytes
/
.gitignore
File metadata and controls
50 lines (46 loc) · 660 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
43
44
45
46
47
48
49
50
*.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
# generated c source and built extensions
*.c
*.so
*.pyd
# repository directories for bzr-git
.bzr
.git
marks.git
marks.bzr
# 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