Browse Source
source: / .gitignore
Revision 565926353567f49897d90763b583d9cccc63bba4, 104 bytes (checked in by Nick Joyce <nick@…>, 2 years ago)

Adding .gitignore

Fixes: #40
Author: agronholm
Reviewer: nick

  • Property mode set to 100644
Line 
1*.py[co]
2*.class
3*.egg-info
4*.coverage
5.project
6.pydevproject
7.settings/
8build/
9dist/
10cover/
11doc/_build/