Initial commit

This commit is contained in:
2025-01-28 00:58:23 -06:00
commit 63e79c5a4c
38 changed files with 3976 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Python Virtual Environment
venv/
# MachineProductCfg
MachineProductCfg.xml
# Ignore tiles
tiles/*
# Python compiled files
__pycache__/
# Temp directory
.temp/