File tree 1 file changed +76
-29
lines changed
1 file changed +76
-29
lines changed Original file line number Diff line number Diff line change
1
+ # ########################################
2
+ # Editor temporary/working/backup files #
3
+ . # *
4
+ * \# * \#
5
+ [# ]* #
1
6
* ~
2
- * .pyc
3
- * .pyo
7
+ * $
8
+ * .bak
9
+ * flymake *
10
+ * .kdev4
11
+ * .log
4
12
* .swp
5
- .ropeproject
13
+ * .pdb
14
+ .project
15
+ .pydevproject
16
+ .settings
17
+ .idea
18
+ .vagrant
19
+ .noseids
20
+
21
+ # Compiled source #
22
+ # ##################
23
+ * .a
24
+ * .com
25
+ * .class
26
+ * .dll
27
+ * .exe
28
+ * .o
29
+ * .py [ocd ]
30
+ * .so
31
+ .build_cache_dir
32
+ MANIFEST
33
+
34
+ # Python files #
35
+ # ###############
36
+ # setup.py working directory
6
37
build
38
+ # sphinx build directory
39
+ doc /_build
40
+ # setup.py dist directory
7
41
dist
8
- MANIFEST
9
- * .c
42
+ # Egg metadata
43
+ * .egg-info
44
+ # tox testing tool
45
+ .tox
46
+ # rope
47
+ .ropeproject
48
+ # wheel files
49
+ * .whl
50
+ ** /wheelhouse /*
51
+ # coverage
52
+ .coverage
53
+
54
+ # OS generated files #
55
+ # #####################
56
+ .directory
57
+ .gdb_history
58
+ .DS_Store ?
59
+ ehthumbs.db
60
+ Icon ?
61
+ Thumbs.db
62
+
63
+ # Data files #
64
+ # #############
65
+ * .dta
66
+ * .h5
67
+ pandas /io /* .dat
68
+ pandas /io /* .json
69
+ scikits
70
+
71
+ # Generated Sources #
72
+ # ####################
73
+ ! skts.c
10
74
! np_datetime.c
11
75
! np_datetime_strings.c
12
- ! skts .c
76
+ * .c
13
77
* .cpp
14
- * .so
15
- * .pyd
16
- * .h5
17
- * .dta
78
+
79
+ # Things specific to this project #
80
+ # ##################################
18
81
pandas /version.py
82
+
83
+ # Documentation generated files #
84
+ # ################################
19
85
doc /source /generated
20
86
doc /source /_static
21
87
doc /source /vbench
22
88
doc /source /vbench.rst
23
89
doc /source /index.rst
24
90
doc /build /html /index.html
25
- * flymake *
26
- scikits
27
- .coverage
28
- pandas.egg-info
29
- * \# * \#
30
- .tox
31
- pandas /io /* .dat
32
- pandas /io /* .json
33
- * .log
34
- .noseids
35
- .build_cache_dir
36
- .vagrant
37
- * .whl
38
- ** /wheelhouse /*
39
- .project
40
- .pydevproject
41
- .settings
42
- .idea
43
- * .pdb
You can’t perform that action at this time.
0 commit comments