blob: 8943f083b2ed52065b38542d17b3d4972075fe36 [file] [log] [blame]
Rob Haswell99bd71c2014-04-09 08:12:20 -07001# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4
5# C extensions
6*.so
7
8# Distribution / packaging
9.Python
10env/
11bin/
12build/
13develop-eggs/
14dist/
15eggs/
16lib/
17lib64/
18parts/
19sdist/
20var/
21*.egg-info/
22.installed.cfg
23*.egg
Itamar Turner-Trauringff707892014-10-18 10:13:24 -040024MANIFEST
Rob Haswell99bd71c2014-04-09 08:12:20 -070025
26# Installer logs
27pip-log.txt
28pip-delete-this-directory.txt
29
30# Unit test / coverage reports
31htmlcov/
32.tox/
33.coverage
Itamar Turner-Trauringef934112014-09-06 10:21:33 -040034.coverage.*
Rob Haswell99bd71c2014-04-09 08:12:20 -070035.cache
36nosetests.xml
37coverage.xml
Itamar Turner-Trauringde0813d2014-04-14 11:15:10 -040038_trial_temp
Itamar Turner-Trauring8138ac92015-08-08 15:14:51 -040039.hypothesis
Rob Haswell99bd71c2014-04-09 08:12:20 -070040
41# Translations
42*.mo
43
44# Mr Developer
45.mr.developer.cfg
46.project
47.pydevproject
48
49# Rope
50.ropeproject
51
52# Django stuff:
53*.log
54*.pot
55
56# Sphinx documentation
57docs/_build/
58