From a412c6bea31bb6742877c0ba49a0a6912f43d925 Mon Sep 17 00:00:00 2001 From: Donato Capitella Date: Mon, 2 Feb 2026 19:39:21 +0000 Subject: [PATCH] build: Ignore `__pycache__/` directories. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e99e36..d646835 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*.pyc \ No newline at end of file +*.pyc +__pycache__/