book-rec-with-LLMs / .dockerignore
ymlin105's picture
chore: remove deprecated files and add legacy directory to .dockerignore
950f43a
# Exclude version control
.git
.gitignore
# Exclude local dependencies
node_modules/
web/node_modules/
__pycache__/
*.pyc
# Exclude data (will be downloaded or mounted)
data/
!data/.gitkeep
# Exclude local environment
.env
.venv
venv/
# Exclude VSCode
.vscode/
# Exclude existing builds
web/dist/
build/
dist/
eggs/
.eggs/
# Legacy (not used in main flow)
legacy/