From 31addca6def5ad9b79834f361ddbe692add6abc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Tue, 8 Jul 2025 05:45:43 +0200 Subject: [PATCH] Add responses directory to .gitignore for TTVDrops --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b7faf40..a4a143b 100644 --- a/.gitignore +++ b/.gitignore @@ -205,3 +205,6 @@ cython_debug/ marimo/_static/ marimo/_lsp/ __marimo__/ + +# TTVDrops +responses/ \ No newline at end of file