From 58aa3df6a99bdbf0729b310c6d70373345dee0bd Mon Sep 17 00:00:00 2001 From: Eunhak Lee <lee@enak.kr> Date: Tue, 3 Dec 2024 18:16:39 +0900 Subject: [PATCH] chore: ignore python caches --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9ff0c93..7b0d06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +__pycache__ +*.pyc + /database /redis/data /nginx/log -- GitLab