Skip to content

Commit d74c831

Browse files
[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>
1 parent 721ef0b commit d74c831

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
# VSCode
1616
/.vscode/
1717

18+
# AI assistants
19+
/.claude/
20+
CLAUDE.md
21+
.cursorrules
22+
.cursorignore
23+
.cursor/
24+
1825
# Byte-compiled / optimized / DLL files
1926
__pycache__/
2027
*.py[cod]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
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."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)