From 88b00c1cf6f65b1fc7618fce8b6b0d44f7ac8899 Mon Sep 17 00:00:00 2001 From: ggman12 Date: Tue, 17 Feb 2026 17:27:28 -0500 Subject: [PATCH] add .snapshots to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7309a6c..2291163 100644 --- a/.gitignore +++ b/.gitignore @@ -283,4 +283,5 @@ read*lock # jsii-rosetta files type-fingerprints.txt -notebooks/whatever.ipynb \ No newline at end of file +notebooks/whatever.ipynb +.snapshots/ \ No newline at end of file