blob: 5cbc2c645205e398b5d7e0ba50cf10a3e57d82e3 [file] [log] [blame]
peusterm003b0cd2015-12-10 16:22:14 +01001# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
peustermdff16672016-02-02 16:47:41 +01004*$py.class
5
peusterm003b0cd2015-12-10 16:22:14 +01006
7# C extensions
8*.so
9
10# Distribution / packaging
11.Python
12env/
13build/
14develop-eggs/
15dist/
16downloads/
17eggs/
18.eggs/
19lib/
20lib64/
21parts/
22sdist/
23var/
24*.egg-info/
25.installed.cfg
26*.egg
27
28# PyInstaller
29# Usually these files are written by a python script from a template
30# before PyInstaller builds the exe, so as to inject date/other infos into it.
31*.manifest
32*.spec
33
34# Installer logs
35pip-log.txt
36pip-delete-this-directory.txt
37
38# Unit test / coverage reports
39htmlcov/
40.tox/
41.coverage
42.coverage.*
43.cache
44nosetests.xml
45coverage.xml
46*,cover
peustermdff16672016-02-02 16:47:41 +010047.hypothesis/
peusterm003b0cd2015-12-10 16:22:14 +010048
49# Translations
50*.mo
51*.pot
52
53# Django stuff:
54*.log
55
56# Sphinx documentation
57docs/_build/
58
59# PyBuilder
60target/
peustermdff16672016-02-02 16:47:41 +010061
62#Ipython Notebook
63.ipynb_checkpoints
peusterm7303abc2016-02-02 17:03:19 +010064