File tree Expand file tree Collapse file tree 1 file changed +76
-29
lines changed Expand file tree Collapse file tree 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+ [# ]* #
16* ~
2- * .pyc
3- * .pyo
7+ * $
8+ * .bak
9+ * flymake *
10+ * .kdev4
11+ * .log
412* .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
637build
38+ # sphinx build directory
39+ doc /_build
40+ # setup.py dist directory
741dist
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
1074! np_datetime.c
1175! np_datetime_strings.c
12- ! skts .c
76+ * .c
1377* .cpp
14- * .so
15- * .pyd
16- * .h5
17- * .dta
78+
79+ # Things specific to this project #
80+ # ##################################
1881pandas /version.py
82+
83+ # Documentation generated files #
84+ # ################################
1985doc /source /generated
2086doc /source /_static
2187doc /source /vbench
2288doc /source /vbench.rst
2389doc /source /index.rst
2490doc /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