1workspace.xml
2.DS_Store
3.tmp
4.settings
5*~
6.pyc
7*.py[co]
8# IDEA IDE
9.idea*
10build/
11dist/
12out/
13.gitignore
14coverage.*
15