Initial commit

This commit is contained in:
2024-07-31 19:31:46 -03:00
commit 29e3a425a3
5 changed files with 1008 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Ignore downloaded files
downloads/
# Fallback in case files are not in the downloads folder
*.7z
# Ignore the build folder
__pycache__/
# Ignore environment files
env.py