Diff of /.gitignore [000000] .. [1bd16f]

Switch to unified view

a b/.gitignore
1
*.py[cod]
2
3
# C extensions
4
*.so
5
6
# Packages
7
*.egg
8
*.egg-info
9
.Python
10
dist
11
build
12
eggs
13
include
14
parts
15
bin
16
var
17
sdist
18
develop-eggs
19
.installed.cfg
20
lib
21
lib64
22
__pycache__
23
24
# Installer logs
25
pip-log.txt
26
27
# Unit test / coverage reports
28
.coverage
29
.tox
30
nosetests.xml
31
32
# Translations
33
*.mo
34
35
# Mr Developer
36
.mr.developer.cfg
37
.project
38
.pydevproject
39
.tox/
40
.eggs/
41
*.egg-info
42
build/