From 3f92f5add7f53e34d6c003444e5aae96e84576e5 Mon Sep 17 00:00:00 2001 From: chelsea Date: Tue, 2 Dec 2025 18:34:53 -0600 Subject: [PATCH] Add .gitignore for binaries --- .gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1a90dd6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +# Python caches +__pycache__/ +*.pyc + +# Build artifacts +*.o +*.obj +*.bin +*.mca +*.zip +*.tar +*.tar.gz + +# Project-specific output +worldgen-c/bin/ +worldgen-c/test_out/ +mc.zip +lakeland-update-*/ +untitled\ folder/ + +# Misc +*.bak +*.tmp