vitrage/.gitignore
Eyal Bar-Ilan 1122488e12 Adds .gitignore file
Change-Id: I3945a7427811003b9d9a8b0554a030292a74b950
2015-11-08 11:44:18 +02:00

27 lines
202 B
Plaintext

#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