diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e0d36b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Python autogenerated files +*.py[co] + +# Sphinx +_build +doc/build/ + +# Packages/installer info +*.egg +*.egg-info +dist +build +sdist + +# pbr +AUTHORS +ChangeLog + +# tests +.testrepository +.tox +.venv +.coverage +cover + +# Other +*.DS_Store +.idea +.*.swp +*~