From 7cf05c82039e430f2cd79ae187b6ee189840b57f Mon Sep 17 00:00:00 2001 From: p Date: Mon, 10 Oct 2022 12:10:40 -0700 Subject: [PATCH] Ignore _pycache_ and generated bin folders/files (#509) * Ignore _pycache_ and generated bin folders/files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 80aaaa892..fe344c864 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,7 @@ cli/build/** dbml-error.log *.profraw + +__pycache__ + +/tools/*.bin \ No newline at end of file