Upload files to "/"

This commit is contained in:
2026-03-02 09:48:34 -05:00
commit 4a7b7e6dd0
4 changed files with 1775 additions and 0 deletions

64
.gitignore vendored Normal file
View File

@@ -0,0 +1,64 @@
# 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/
# Environment variables
.env
# Database
*.db
*.db-journal
*.db-wal
*.db-shm
# Logs
*.log
logs/
# Backups
backups/
*.backup
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# SSL Certificates (don't commit private keys!)
*.pem
*.key
*.crt
*.cert
# Chat history
.chat_client_history