[Maintenance] Update .gitignore for AI Artifacts (Skills, MCP, etc.) (#5833)

* Ignore AI Artifacts

* Update .gitignore

---------

Co-authored-by: Mika Ayenson, PhD <Mikaayenson@users.noreply.github.com>
This commit is contained in:
Terrance DeJesus
2026-03-13 13:08:19 -04:00
committed by GitHub
parent 721ef0b9c7
commit d74c83140b
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -15,6 +15,13 @@
# VSCode
/.vscode/
# AI assistants
/.claude/
CLAUDE.md
.cursorrules
.cursorignore
.cursor/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
+1 -1
View File
@@ -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 Securitys Detection Engine."
readme = "README.md"
requires-python = ">=3.12"