Permalink
Please sign in to comment.
11
.gitignore
| @@ -1,4 +1,15 @@ | ||
| *.pyc | ||
| + | ||
| +# Virtualenvironment | ||
| +venv | ||
| + | ||
| +# Eclipse files | ||
| .project | ||
| .pydevproject | ||
| .settings | ||
| + | ||
| +# vim | ||
| +.ropeproject | ||
| + | ||
| +# Python packaging | ||
| +*.egg-info |
0 comments on commit
85cd37d