diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..60909df --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.py[co] + +# Packages +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg + +.idea +*.iml \ No newline at end of file