dfilppi | 9981f55 | 2017-08-07 20:10:53 +0000 | [diff] [blame] | 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 | bin/ | ||||
12 | build/ | ||||
13 | develop-eggs/ | ||||
14 | dist/ | ||||
15 | eggs/ | ||||
16 | 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 | |||||
40 | # Mr Developer | ||||
41 | .mr.developer.cfg | ||||
42 | .project | ||||
43 | .pydevproject | ||||
44 | |||||
45 | # Rope | ||||
46 | .ropeproject | ||||
47 | |||||
48 | # Django stuff: | ||||
49 | *.log | ||||
50 | *.pot | ||||
51 | |||||
52 | # Sphinx documentation | ||||
53 | docs/_build/ | ||||
54 | |||||
55 | *.iml | ||||
56 | |||||
57 | *COMMIT_MSG | ||||
58 | |||||
59 | # QuickBuild | ||||
60 | .qbcache/ | ||||
61 | |||||
62 | .idea/ | ||||
63 |