Files
image-drop/.dockerignore
MEGASOL\simon.adams b714134f2e added upload indication
2025-08-27 21:18:43 +02:00

25 lines
285 B
Plaintext

# 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