# Nix build outputs result result-* # Staging directories (temporary extraction workspace) staging/ staging-sanitized/ # Secrets (never commit real secrets) secrets/*.yaml !secrets/*.example *.age .sops.yaml !.sops.yaml.example # Temporary files *.tmp *.swp *.bak *~ # OS-specific .DS_Store Thumbs.db # Editor directories .vscode/ .idea/ *.sublime-* # Logs *.log # Python (if any helper scripts) __pycache__/ *.pyc .venv/ venv/ # Bash script temporaries .bash_history