From 60af0e1ef2dcfe04a3049b125fce81669c1eafb8 Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Sun, 12 May 2024 18:07:10 +0200 Subject: [PATCH] [Ops] Add to gitignore: pycache folder and pyc files. --- ops/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ops/.gitignore b/ops/.gitignore index 3bae9042..9c08fe71 100644 --- a/ops/.gitignore +++ b/ops/.gitignore @@ -4,3 +4,5 @@ build .ignore .python-version *.egg-info +*.pyc +__pycache__