From 225ea544022e0c282c766f56638dff64ea7c9ffd Mon Sep 17 00:00:00 2001 From: Nayan <33187059+GShadow5@users.noreply.github.com> Date: Tue, 26 Aug 2025 23:59:26 +0000 Subject: [PATCH] ignore pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b8803f..ad17c4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .env servers.json -config.json \ No newline at end of file +config.json +/__pycache__/ \ No newline at end of file