# 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/