From b9a58df93e1e6af2daf978f3e3905774012d6519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Sun, 30 Nov 2025 12:03:41 +0100 Subject: [PATCH] Ignore some dev files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 896fcc25..0b457b9b 100644 --- a/.gitignore +++ b/.gitignore @@ -169,4 +169,7 @@ pentestperf venv* .claude -data/ \ No newline at end of file +data/ + +# ignore dev files +cai-* \ No newline at end of file