orderbooks/.gitignore
philipp 284e465588
Some checks failed
deploy / deploy (push) Has been cancelled
Prepare Kubernetes orderbooks deployment
2026-04-18 11:23:28 +02:00

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/