From 806bd31aadafbb11b1b9a7bf4a24a5305103a1bb Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 5 Nov 2025 15:59:54 +0100 Subject: [PATCH] chore: add __pycache__ to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fb9516a..6d21e46 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,4 @@ PROMPTS.md .env.production.local medium-content-pro/* documentation/GIST_CONTENT.md -documentation/implementation/* \ No newline at end of file +documentation/implementation/*__pycache__/