did some shi and finished two commands and a basic structure

This commit is contained in:
2026-04-23 14:29:15 -04:00
parent d73863a2b8
commit 74abef1b9f
9 changed files with 80 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
# Ignore every __pycache__ folder regardless of where it is
**/__pycache__/
# Ignore all compiled python files
*.pyc