Skip to content

Commit f26f11e

Browse files
Merge branch 'main' into terrancedejesus/issue5823
2 parents 08d4013 + d74c831 commit f26f11e

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)