Files
minions-template/.gitignore
2026-04-10 09:01:23 -05:00

37 lines
412 B
Plaintext

# OS artifacts
.DS_Store
**/.DS_Store
# Secrets and local environment files
.env
.env.*
!.env.example
*.pem
*.key
*.p12
*.pfx
# Editor and workspace settings
.vscode/
.idea/
*.swp
*.swo
# Logs and temporary files
*.log
*.tmp
*.temp
*.bak
*.orig
# Python artifacts (if minions/scripts are added)
__pycache__/
*.py[cod]
.venv/
venv/
# Node artifacts (if helper tooling is added)
node_modules/
dist/
coverage/