mlnsio/text2sql
0
1# The .dockerignore file excludes files from the container build process.2#3# https://docs.docker.com/engine/reference/builder/#dockerignore-file4 5# Exclude Git files6.git7.github8.gitignore9 10# Exclude Python cache files11__pycache__12.mypy_cache13.pytest_cache14.ruff_cache15 16# Exclude Python virtual environment17/venv18 