43 lines
501 B
Text
43 lines
501 B
Text
# Local runtime data and evidence stay local
|
|
data/
|
|
artifacts/
|
|
reports/
|
|
orchestration/
|
|
|
|
# Python/cache/build noise
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Environments and local config
|
|
.venv/
|
|
.env
|
|
*.env
|
|
!.dockerignore
|
|
!.gitignore
|
|
|
|
# Kubernetes/rclone/secret material
|
|
kubeconfig*
|
|
*.kubeconfig
|
|
rclone.conf
|
|
**/rclone.conf
|
|
*.pem
|
|
*.key
|
|
*.p12
|
|
*.pfx
|
|
id_rsa*
|
|
id_ed25519*
|
|
*mnemonic*
|
|
*wallet*
|
|
*credential*
|
|
*secret*
|
|
|
|
# Editor/OS noise
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|