36 lines
452 B
Plaintext
36 lines
452 B
Plaintext
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.bak.*
|
|
documents/*.bak*
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Temp scripts
|
|
update-homelab-docs.py
|
|
|
|
# Generated stack config
|
|
pihole/keepalived.conf
|
|
|
|
# Raw secret-bearing infra exports must stay out of the main repo
|
|
home/doris-dashboard/docs/baselines/*.json
|
|
!home/doris-dashboard/docs/baselines/README.md
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
databases/initdb/
|