File tree 1 file changed +26
-44
lines changed
1 file changed +26
-44
lines changed Original file line number Diff line number Diff line change 1
- # Byte-compiled / optimized / DLL files
2
- __pycache__ /
1
+ # Python Bytecode
3
2
* .py [cod ]
4
3
5
- # C extensions
4
+ # C Extensions
6
5
* .so
7
6
8
- # Distribution / packaging
9
- .Python
10
- env /
11
- build /
12
- develop-eggs /
13
- dist /
14
- downloads /
15
- eggs /
16
- .eggs /
17
- lib /
18
- lib64 /
19
- parts /
20
- sdist /
21
- var /
22
- * .egg-info /
23
- .installed.cfg
24
- * .egg
25
-
26
- # PyInstaller
27
- # Usually these files are written by a python script from a template
28
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
29
- * .manifest
30
- * .spec
31
-
32
- # Installer logs
33
- pip-log.txt
34
- pip-delete-this-directory.txt
35
-
36
- # Unit test / coverage reports
37
- htmlcov /
38
- .tox /
39
- .coverage
40
- .coverage. *
7
+ # Packaging
8
+ * .egg-info
9
+ .eggs
10
+ .packaging
11
+
12
+ # Virtual Environment Pseudo-Chroot
13
+ bin
14
+ include
15
+ lib
16
+ share
17
+ tmp
18
+ usr
19
+ var
20
+
21
+ # Unit Test / Coverage Reports
41
22
.cache
42
- nosetests.xml
23
+ .cagoule.db
24
+ .coverage
25
+ .tox
43
26
coverage.xml
44
- * ,cover
27
+ htmlcov
45
28
46
29
# Translations
47
30
* .mo
48
31
* .pot
49
32
50
- # Django stuff:
51
- * .log
33
+ # Mac
34
+ .DS_Store
52
35
53
- # Sphinx documentation
54
- docs /_build /
36
+ # Completion Integration
37
+ .ropeproject
38
+ tags
55
39
56
- # PyBuilder
57
- target /
You can’t perform that action at this time.
0 commit comments