Ignore *.pyc files.

This commit is contained in:
Darko Poljak 2016-07-15 22:06:42 +02:00
parent 5b40109646
commit 42b5963c49
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ docs/src/cdist-reference.rst
# Python: cache, distutils, distribution in general
__pycache__/
*.pyc
MANIFEST
dist/
cdist/version.py