added upload indication

This commit is contained in:
MEGASOL\simon.adams
2025-08-27 21:07:10 +02:00
parent 20deb5616b
commit b714134f2e
6 changed files with 109 additions and 18 deletions

24
.dockerignore Normal file
View File

@@ -0,0 +1,24 @@
# Keep Docker build contexts lean and secrets out of images
.git
.gitignore
.venv
__pycache__/
*.py[cod]
*.pyo
*.so
.mypy_cache/
.pytest_cache/
*.egg-info/
dist/
build/
.eggs/
.idea/
.vscode/
.DS_Store
# Local data, screenshots, and env files
data/
screenshot.png
.env
*.env
agent.md