Initial Commit

This commit is contained in:
Cutieguwu
2024-09-30 21:30:28 -04:00
commit 36810505cd
6 changed files with 621 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
.whisper
.cache
src/plugins/*
/cache
/assets
/temp
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*/__pycache__/
*.py[cod]
*$py.class