# Ignore system files
.DS_Store
Thumbs.db

# Ignore IDE/workspace config
.vscode/
.idea/
*.code-workspace

# Ignore Python
__pycache__/
python/
dist/
build/
assets/.cache/
.env

# Ignore logs and backups
logs/
*.log
*.bak

# Ignore Minecraft cache files
.minecraft/
*.nbt
*.mca
*.dat_old

