From f93a59b27ea475910dafd368583d9e709fb2c1a7 Mon Sep 17 00:00:00 2001 From: ewandor Date: Mon, 7 Apr 2025 19:12:56 +0200 Subject: [PATCH] updating py gitignore --- api/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/.gitignore b/api/.gitignore index e7078d0..a5d68fc 100644 --- a/api/.gitignore +++ b/api/.gitignore @@ -1 +1,2 @@ -*/__pycache__/* +__pycache__/ +* .pyc