PyORAm
[iotcloud.git] / PyORAM / .gitignore
diff --git a/PyORAM/.gitignore b/PyORAM/.gitignore
new file mode 100644 (file)
index 0000000..043977f
--- /dev/null
@@ -0,0 +1,22 @@
+# Emacs
+*~
+**/\#*
+
+# Python
+*.py[cod]
+
+# C extensions
+*.so
+
+# Setuptools distribution folder.
+/dist/
+/build/
+
+# Python egg metadata, regenerated from source files by setuptools.
+*.egg-info
+*.egg
+*.eggs
+
+# nose
+.coverage
+coverage.xml