From 43fc6e37c5354da16d1eb1d709ccc25e96dbc13c Mon Sep 17 00:00:00 2001 From: Patrick Date: Mon, 11 Nov 2024 17:42:59 +0100 Subject: [PATCH] fix: gitignore --- default/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/default/.gitignore b/default/.gitignore index 92b2793..c460ab0 100644 --- a/default/.gitignore +++ b/default/.gitignore @@ -1 +1,9 @@ .direnv +.pre-commit-config.yaml +#Nix +result* +#Rust +target/ +#Python +__pycache__/ +*.py[cot]