From 719d5ba14879c1798c41f3397baff13ec4706543 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 12 Dec 2022 09:18:55 +0100 Subject: [PATCH] Ignore .pyc files --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 3e73cb3..46a71b6 100644 --- a/flake.nix +++ b/flake.nix @@ -54,6 +54,7 @@ "poetry.toml" "pyproject.toml" "pytest.ini" + "*.pyc" ]); src = ./.; });