first commit

This commit is contained in:
Auric Vente
2024-07-31 23:33:37 -06:00
commit 1e7b6d23dc
18 changed files with 22019 additions and 0 deletions

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
venv/*
*.pyc
__pycache__/
.mypy_cache/