Files
Linux_post_install/.gitignore
T
2026-07-28 10:28:11 -04:00

22 lines
241 B
Plaintext

# Python (if src/ or pyinstaller is ever used)
__pycache__/
*.pyc
dist/
build/
*.spec
*.egg-info/
# Editors
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Docker Compose — user's active stacks and secrets
compose/custom/
compose/config.env