150
|
1 # Byte-compiled / optimized / DLL files
|
|
2 __pycache__/
|
|
3 *.py[cod]
|
|
4
|
|
5 # C extensions
|
|
6 *.so
|
|
7
|
|
8 # Distribution / packaging
|
|
9 .Python
|
|
10 env/
|
|
11 build/
|
|
12 develop-eggs/
|
|
13 dist/
|
|
14 downloads/
|
|
15 eggs/
|
|
16 #lib/ # We actually have things checked in to lib/
|
|
17 lib64/
|
|
18 parts/
|
|
19 sdist/
|
|
20 var/
|
|
21 *.egg-info/
|
|
22 .installed.cfg
|
|
23 *.egg
|
|
24
|
|
25 # Installer logs
|
|
26 pip-log.txt
|
|
27 pip-delete-this-directory.txt
|
|
28
|
|
29 # Unit test / coverage reports
|
|
30 htmlcov/
|
|
31 .tox/
|
|
32 .coverage
|
|
33 .cache
|
|
34 nosetests.xml
|
|
35 coverage.xml
|
|
36
|
|
37 # Translations
|
|
38 *.mo
|
|
39 *.pot
|
|
40
|
|
41 # Django stuff:
|
|
42 *.log
|
|
43
|
|
44 # Sphinx documentation
|
|
45 docs/_build/
|
|
46
|
|
47 # PyBuilder
|
|
48 target/
|
|
49
|
|
50 # MSVC libraries test harness
|
|
51 env.lst
|
|
52 keep.lst
|
|
53
|
|
54 # Editor by-products
|
|
55 .vscode/
|