blob: 51aa7569990c60f0c76c05c792c96f57424d5171 [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
peusterm7adf90d2016-03-14 15:24:49 +01006#IDE
7.idea/
peusterm003b0cd2015-12-10 16:22:14 +01008
peusterm0f52fc12016-06-08 17:55:04 +09009# vagrant
10.vagrant/
11
peusterm003b0cd2015-12-10 16:22:14 +010012# C extensions
13*.so
14
15# Distribution / packaging
16.Python
17env/
18build/
19develop-eggs/
20dist/
21downloads/
22eggs/
23.eggs/
24lib/
25lib64/
26parts/
27sdist/
28var/
29*.egg-info/
30.installed.cfg
31*.egg
32
33# PyInstaller
34# Usually these files are written by a python script from a template
35# before PyInstaller builds the exe, so as to inject date/other infos into it.
36*.manifest
37*.spec
38
39# Installer logs
40pip-log.txt
41pip-delete-this-directory.txt
42
43# Unit test / coverage reports
44htmlcov/
45.tox/
46.coverage
47.coverage.*
48.cache
49nosetests.xml
50coverage.xml
51*,cover
peustermdff16672016-02-02 16:47:41 +010052.hypothesis/
peusterm003b0cd2015-12-10 16:22:14 +010053
54# Translations
55*.mo
56*.pot
57
58# Django stuff:
59*.log
60
61# Sphinx documentation
62docs/_build/
63
64# PyBuilder
65target/
peustermdff16672016-02-02 16:47:41 +010066
67#Ipython Notebook
68.ipynb_checkpoints
peusterm7303abc2016-02-02 17:03:19 +010069
cgeoffroy840f1792016-03-03 16:53:52 +010070#Pytest
71.pytest.restart
cgeoffroyf5a91692016-03-07 18:31:58 +010072
73# JUnit xml
peusterm7adf90d2016-03-14 15:24:49 +010074utils/ci/junit-xml/*.xml