From 735b5728cf7f1556afcd8c3fe83869391f4adf78 Mon Sep 17 00:00:00 2001 From: akhdanre Date: Fri, 7 Feb 2025 20:00:55 +0700 Subject: [PATCH] fix: adding gitignore for pycache --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f7a830c..1fed9ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ -.env +# Ignore Python cache files in all directories __pycache__/ +*/__pycache__/ *.pyc *.pyo + +# Ignore environment files +.env