From 8109f933fa2fb15b1ea50555d2d9536498929fe4 Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Tue, 19 May 2026 17:03:19 +0700 Subject: [PATCH] chore: ignore compiled python bytecode files in repository --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ba0430d..43ae0e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -__pycache__/ \ No newline at end of file +__pycache__/ +*.py[cod]