Addition Of Files

This commit is contained in:
kiyreload27
2025-12-28 17:05:14 +00:00
commit 79fa803fa2
1047 changed files with 4783 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# Ignore Windows executables
*.exe
# Ignore Python bytecode
__pycache__
*.pyc
*.pyo
# Ignore virtual environment
venv
.env
# Ignore temporary files
*.tmp
*.log
*.swp
*.swo
# Ignore build files
build/
dist/
.build
.toc
.zip
.pkg
.txt
.html