py2ME/.gitignore
2025-01-28 00:58:23 -06:00

14 lines
164 B
Plaintext

# Python Virtual Environment
venv/
# MachineProductCfg
MachineProductCfg.xml
# Ignore tiles
tiles/*
# Python compiled files
__pycache__/
# Temp directory
.temp/