From d74c83140b1582ed133e090094b34d4b4db6be33 Mon Sep 17 00:00:00 2001 From: Terrance DeJesus <99630311+terrancedejesus@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:08:19 -0400 Subject: [PATCH] [Maintenance] Update `.gitignore` for AI Artifacts (Skills, MCP, etc.) (#5833) * Ignore AI Artifacts * Update .gitignore --------- Co-authored-by: Mika Ayenson, PhD --- .gitignore | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a9bf3337..93d2ad663 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,13 @@ # VSCode /.vscode/ +# AI assistants +/.claude/ +CLAUDE.md +.cursorrules +.cursorignore +.cursor/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/pyproject.toml b/pyproject.toml index b7f014e47..f2c47dd2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.6.0" +version = "1.6.1" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"