Adds .gitignore file

Change-Id: I3945a7427811003b9d9a8b0554a030292a74b950
This commit is contained in:
Eyal Bar-Ilan 2015-11-08 11:44:18 +02:00
parent f21687ecaf
commit 1122488e12

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
#swap file
*.swp
#IntelJ Idea
.idea/
#virtualenv
.venv/
#Build results
build/
dist/
*.egg-info/
*.egg
eggs/
.eggs/
develop-eggs/
.tox
AUTHORS
ChangeLog
.testrepository
.coverage
cover
#Python
*.pyc