Add .gitignore

This commit is contained in:
Dima Kuznetsov 2017-04-19 10:57:41 +03:00
parent 64f399e8cd
commit 2d4576f323
1 changed files with 17 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Python
*.pyc
# Packages
.eggs
*.egg-info
build/
dist/
# Testing
.tox
.testrepository
# Editors
*~
.*.swp
.*sw?