Update to v2.1.1 - Clean Design

This commit is contained in:
VlastikYoutubeKo 2025-11-21 22:39:41 +01:00
parent de25b3e19c
commit 709f362194
20 changed files with 8127 additions and 191 deletions

65
.gitignore vendored Normal file
View file

@ -0,0 +1,65 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
env/
.venv
# Flask
instance/
.webassets-cache
# Environment Variables
.env
.env.local
.env.*.local
# Database
*.db
*.sqlite
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
nohup.out
# Testing
.pytest_cache/
.coverage
htmlcov/
# Backups
*.backup
*.bak