This commit is contained in:
Michael Bradley 2025-02-23 05:52:28 -05:00
parent 6822df0432
commit 472192e2d0
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
2 changed files with 265 additions and 6 deletions

7
.gitignore vendored
View file

@ -1,5 +1,12 @@
# Editor files
.idea/
.vscode/
# Caches
__pycache__/
.mypy_cache/
# Virtual environments
venv/
env/
.venv/