Add .gitignore for binaries

This commit is contained in:
chelsea
2025-12-02 18:34:53 -06:00
parent 9aac1531fe
commit 3f92f5add7

23
.gitignore vendored Normal file
View File

@@ -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