sql-agent / .dockerignore
root
hf done
9496a0e
Raw
History Blame Contribute Delete
242 Bytes
# Secrets — never bake into image
.env
.env.*
!.env.example
# Git / IDE
.git
.gitignore
.cursor
# Python noise
__pycache__
*.py[cod]
*$py.class
.pytest_cache
.mypy_cache
.ruff_cache
.venv
venv
*.egg-info
# Local / OS
Thumbs.db
.DS_Store