Tests updated for new lang-fetching
[diaspy.git] / .gitignore
... / ...
CommitLineData
1*~
2*.swp
3docs/build/*
4*/__pycache__/*
5__pycache__/*
6.env
7
8check-*.py
9
10# Testing
11testconf.py
12TEST_COUNT
13sketch.py
14
15*.py[cod]
16
17# C extensions
18*.so
19
20# Packages
21*.egg
22*.egg-info
23dist
24build
25eggs
26parts
27bin
28var
29sdist
30develop-eggs
31.installed.cfg
32lib
33lib64
34
35# Installer logs
36pip-log.txt
37
38# Unit test / coverage reports
39.coverage
40.tox
41nosetests.xml
42
43# Translations
44*.mo
45
46# Mr Developer
47.mr.developer.cfg
48.project
49.pydevproject