24 lines
225 B
Plaintext
24 lines
225 B
Plaintext
# 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
|