blob: 76ff599ebe4b2dbf2547050336309b01acffcd6c [file] [log] [blame]
Dan Albert7c78d242015-01-09 14:12:52 -08001config.py
2
3# Byte-compiled / optimized / DLL files
4__pycache__/
5*.py[cod]
6
7# C extensions
8*.so
9
10# Distribution / packaging
11.Python
12env/
13build/
14develop-eggs/
15dist/
16downloads/
17eggs/
18lib/
19lib64/
20parts/
21sdist/
22var/
23*.egg-info/
24.installed.cfg
25*.egg
26
27# PyInstaller
28# Usually these files are written by a python script from a template
29# before PyInstaller builds the exe, so as to inject date/other infos into it.
30*.manifest
31*.spec
32
33# Installer logs
34pip-log.txt
35pip-delete-this-directory.txt
36
37# Unit test / coverage reports
38htmlcov/
39.tox/
40.coverage
41.cache
42nosetests.xml
43coverage.xml
44
45# Translations
46*.mo
47*.pot
48
49# Django stuff:
50*.log
51
52# Sphinx documentation
53docs/_build/
54
55# PyBuilder
56target/