# Keep build context lean and prevent host-installed dependencies from
# leaking into builder layers (where they can shadow the fresh
# package-manager install inside the image).

# Node
**/node_modules
**/.next
**/.next-build
**/npm-debug.log*
**/yarn-debug.log*
**/yarn-error.log*

# Python
**/__pycache__
**/*.pyc
**/.venv
**/.venv-*
**/.review-venv
**/.review-cache
**/*.egg-info
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache

# Go
**/.go-cache

# Editor / OS
**/.DS_Store
**/.idea
**/.vscode

# VCS
.git
.gitignore

# Local state from prior runs
data/
models/
