Files
Linux_post_install/.gitignore
T
2026-08-03 03:50:20 -04:00

23 lines
249 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
session