Merge "Update gitignore to ignore md files for AI agents"
diff --git a/.gitignore b/.gitignore
index 59b35f5..1290bc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,7 @@
 
 # Files created by releasenotes build
 releasenotes/build
+
+# Files used by AI agents for instructions, rules and project context
+# md is also used for docs, but we can ignore them since openstack uses rst
+*.md