Skip to content

Commit 3d384fb

Browse files
author
Rémy Greinhofer
committed
Add .gitignore file
1 parent 9312f09 commit 3d384fb

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
*.egg
2+
*.egg-info/
3+
*.log
4+
*.manifest
5+
*.mo
6+
*.pot
7+
*.py[cod]
8+
*.so
9+
*.spec
10+
.cache
11+
.coverage
12+
.coverage.*
13+
.eggs/
14+
.idea/
15+
.installed.cfg
16+
.Python
17+
.tox/
18+
build/
19+
coverage.xml
20+
develop-eggs/
21+
dist/
22+
docs/_build/
23+
downloads/
24+
eggs/
25+
env/
26+
htmlcov/
27+
lib/
28+
lib64/
29+
nosetests.xml
30+
parts/
31+
pip-delete-this-directory.txt
32+
pip-log.txt
33+
sdist/
34+
target/
35+
var/
36+
__pycache__/

0 commit comments

Comments
 (0)