# Git
.git
.gitignore

# Node.js (legacy)
node_modules
package*.json
tsconfig.json

# Python
__pycache__
*.pyc
.venv
.pytest_cache
.mypy_cache
.ruff_cache

# IDE
.vscode
.idea

# Build artifacts
dist/
*.egg-info

# Docs (not needed in image)
docs/
*.md
!README.md

# Helm chart
chart/

# CI
.github/

# Environment
.env*
