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