Files
MC-Worldgen/.gitignore
2025-12-05 00:33:59 -06:00

22 lines
225 B
Plaintext

# Python caches
__pycache__/
*.pyc
# Build artifacts we don't want in repo
*.o
*.obj
*.mca
*.zip
*.tar
*.tar.gz
# Project-specific output
worldgen-c/test_out/
mc.zip
lakeland-update-*/
untitled\ folder/
# Misc
*.bak
*.tmp