Skip to content

Commit f03a155

Browse files
committed
Merge pull request pyapi-gitlab#9 from Burstaholic/master
Merging @Burstaholic changes
2 parents da1819f + c733914 commit f03a155

File tree

2 files changed

+126
-19
lines changed

2 files changed

+126
-19
lines changed

.gitignore

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,36 @@
1-
# files from the IDE
2-
.idea
1+
*.py[cod]
32

4-
# compiled python files
5-
*.pyc
3+
# C extensions
4+
*.so
65

7-
# sphix builds
8-
docs/_build
6+
# Packages
7+
*.egg
8+
*.egg-info
9+
dist
10+
build
11+
eggs
12+
parts
13+
bin
14+
var
15+
sdist
16+
develop-eggs
17+
.installed.cfg
18+
lib
19+
lib64
20+
__pycache__
21+
22+
# Installer logs
23+
pip-log.txt
24+
25+
# Unit test / coverage reports
26+
.coverage
27+
.tox
28+
nosetests.xml
29+
30+
# Translations
31+
*.mo
32+
33+
# Mr Developer
34+
.mr.developer.cfg
35+
.project
36+
.pydevproject

0 commit comments

Comments
 (0)