Fixed issue found in integration testing
[oom.git] / .gitignore
index 9656519..92ead3a 100644 (file)
@@ -4,13 +4,20 @@ kubernetes/dist/*
 requirements.lock
 **/charts/*.tgz
 
+# AAI Schema
+**/schema/*
+
 
 # Eclipse
 .classpath
 .factorypath
 .project
+.pydevproject
 .settings/
 
 # IntelliJ
 .idea/*
 *.iml
+
+# Mac OS
+*DS_Store*