# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Env / secrets
.env
.env.*
!.env.example
*.pem
kubeconfig*
*.kubeconfig

# Node / frontend
node_modules/
frontend/dist/
frontend/.vite/
*.local

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

# Build artifacts
dist/
build/
.gitfred/

# Sample validation repos (each is its own GitHub repo, staged here)
/samples/*
!/samples/VALIDATION.md
