From 0a22ae5bfa952776bb681fb5b1499f2d4f7624dc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 11 Nov 2025 19:00:28 +0900 Subject: [PATCH] rewrite-to-python: fix gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 78d52e6..4e74cb8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Python *.pyc *.pyo build/ @@ -5,5 +6,10 @@ dist/ .venv __pycache__ +# Nix result result-* + +# Ignore generated files by default +/mapcrafter +/bluemap