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