try a python script in runner

This commit is contained in:
2026-01-17 20:15:31 -05:00
parent 44af1518a3
commit 83c22af578
109 changed files with 227 additions and 28581 deletions

View File

@@ -1,16 +0,0 @@
# Hidden files and directories (everything starting with .)
.*
# Python cache (but keep bundled deps/)
__pycache__/
*.py[cod]
*$py.class
.Python
# But don't ignore this .gitignore file itself
!.gitignore
# IDEs
*.swp
*.swo
*~