File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ * .py [co ]
2+
3+ # test files that should not be ignored
4+ ! /tests /typecode /data /contenttype /compiled /java /*
5+ ! /tests /typecode /data /contenttype /compiled /python /*
6+ ! /tests /typecode /data /contenttype /compiled /flash /*
7+ ! /tests /typecode /data /contenttype /compiled /linux /*
8+ ! /tests /typecode /data /contenttype /compiled /win /*
9+ ! /tests /typecode /data /contenttype /package /*
10+
11+ # virtualenv and other misc bits
12+ /src /* .egg-info
13+ /dist
14+ /build
15+ /bin
16+ /lib
17+ /scripts
18+ /Scripts
19+ /Lib
20+ /pip-selfcheck.json
21+ /tmp
22+ .Python
23+ /include
24+ /local
25+
26+ # Installer logs
27+ pip-log.txt
28+
29+ # Unit test / coverage reports
30+ .coverage
31+ .coverage. *
32+ nosetests.xml
33+ htmlcov
34+
35+ # Translations
36+ * .mo
37+
38+ # IDEs
39+ .project
40+ .pydevproject
41+ .idea
42+
43+ # Sphinx
44+ docs /_build
45+
46+ .DS_Store
47+ * ~
48+ . * .sw [po ]
49+ .build
50+ .ve
51+ * .bak
52+ /.cache /
You can’t perform that action at this time.
0 commit comments