25 lines
285 B
Plaintext
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
|