f3d24634e4
- Translate all documentation to English - Add docs/ssh-mesh.md and scripts/setup/setup-ssh-mesh.sh - Add config/hosts/atc-lab.hosts for /etc/hosts on all VMs - Ignore atc_cluster private key in git; mesh deployed on 12 hosts
30 lines
330 B
Plaintext
30 lines
330 B
Plaintext
# Runtime logs
|
|
config/homepage/logs/
|
|
*.log
|
|
|
|
# Secrets (keep on host; use .env.example in git)
|
|
.env
|
|
**/atc_cluster
|
|
!**/atc_cluster.pub
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*~
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Docker build cache
|
|
**/.build/
|
|
|
|
# Backup dumps (bewust buiten git)
|
|
backup/
|
|
*.tgz
|
|
*.tar.gz
|