# Dependencies (reinstalled inside the image / mounted via volumes)
**/node_modules

# Build outputs
**/dist
**/build
**/.vite

# Version control
.git
.gitignore

# Local env / secrets
.env
.env.*
!.env.example

# Editor / OS cruft
.DS_Store
**/*.log

# Python caches
**/__pycache__
**/.venv
**/.pytest_cache
**/.mypy_cache
**/.ruff_cache
