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