first commit

This commit is contained in:
Auric Vente
2024-08-02 03:03:03 -06:00
commit 0bce7df913
35 changed files with 22656 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
venv/*
output/*
*.pyc
__pycache__/
.mypy_cache/
Gifmaker.egg-info/
build/