From 73ad98d5e4607086b96da8b7e7eb3142e0b7e383 Mon Sep 17 00:00:00 2001 From: vulpes2 Date: Thu, 2 Jan 2025 13:15:39 +0000 Subject: [PATCH] Ignore macOS junk files and pipenv config --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index d5d7878bb8..44a2dd8c19 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,9 @@ __pycache__/ /po/*.po~ /.idea/ + +.DS_Store +._* + +Pipfile +Pipfile.lock