commit | author | age | ||
de2c37 | 1 | # Byte-compiled / optimized / DLL files |
A | 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 | eggs/ | |
15 | lib/ | |
16 | lib64/ | |
17 | parts/ | |
18 | sdist/ | |
19 | var/ | |
20 | *.egg-info/ | |
21 | .installed.cfg | |
22 | *.egg | |
23 | ||
24 | # Installer logs | |
25 | pip-log.txt | |
26 | pip-delete-this-directory.txt | |
27 | ||
28 | # Unit test / coverage reports | |
29 | htmlcov/ | |
30 | .tox/ | |
31 | .coverage | |
32 | .cache | |
33 | nosetests.xml | |
34 | coverage.xml | |
35 | ||
36 | # Translations | |
37 | *.mo | |
38 | *.pot | |
39 | ||
40 | # Django stuff: | |
41 | *.log | |
42 | ||
43 | # Sphinx documentation | |
44 | docs/_build/ |