added upload indication
This commit is contained in:
24
.dockerignore
Normal file
24
.dockerignore
Normal 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
|
||||
Reference in New Issue
Block a user