File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1+ # ## https://raw.github.com/github/gitignore/master/Python.gitignore
2+
3+ # Byte-compiled / optimized / DLL files
4+ __pycache__ /
5+ * .py [cod ]
6+
7+ # C extensions
8+ * .so
9+
10+ # Distribution / packaging
11+ .Python
12+ env /
13+ bin /
14+ build /
15+ develop-eggs /
16+ dist /
17+ eggs /
18+ lib /
19+ lib64 /
20+ parts /
21+ sdist /
22+ var /
23+ * .egg-info /
24+ .installed.cfg
25+ * .egg
26+
27+ # Installer logs
28+ pip-log.txt
29+ pip-delete-this-directory.txt
30+
31+ # Unit test / coverage reports
32+ .tox /
33+ .coverage
34+ .cache
35+ nosetests.xml
36+ coverage.xml
37+
38+ # Translations
39+ * .mo
40+
41+ # Mr Developer
42+ .mr.developer.cfg
43+ .project
44+ .pydevproject
45+
46+ # Rope
47+ .ropeproject
48+
49+ # Django stuff:
50+ * .log
51+ * .pot
52+
53+ # Sphinx documentation
54+ docs /_build /
55+
56+
57+
You can’t perform that action at this time.
0 commit comments