Initial commit

This commit is contained in:
michael
2026-02-09 15:19:21 -08:00
commit 814fbc8f66
5 changed files with 1108 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Python
__pycache__/
*.py[cod]
*.pyo
venv/
.venv/
# Logs
*.log
*.txt
# Java
gp.jar
# CAP files (vendor binaries)
*.cap
# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~