# ignore swap files
*swp
plugin_template/*swp
# ignore compiled python files
*pyc
plugin_template/*pyc
.idea
.coverage
.noseids
nohup.out
resources.py

# ignore the help build dir
help/build
