big upgrade UwU

This commit is contained in:
2026-07-27 15:16:01 +02:00
parent 9fb2bf0a74
commit 1ff979f1e5
30 changed files with 3304 additions and 183 deletions
+27 -2
View File
@@ -1,3 +1,28 @@
/venv/
# Secrets
.env
*.env
!example.env
# Downloaded stickers
downloads/
# Virtual environments
venv/
.venv/
.env
env/
# Python build & cache artefacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
# Editors / OS
.idea/
.vscode/
.DS_Store