From ee82cb5f4421b1b94ef36af3c73b6711a9356e8e Mon Sep 17 00:00:00 2001 From: tmeissner Date: Sat, 13 Jan 2024 13:49:50 +0100 Subject: [PATCH] Add .ruff_cache and __pycache__ to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 66bed3b..b416d20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ cocotbext-wishbone +.ruff_cache +__pycache__ \ No newline at end of file