ops-jrz1/.gitignore
Dan 8826d62bcc Add maubot integration and infrastructure updates
- maubot.nix: Declarative bot framework with plugin deployment
- backup.nix: Local backup service for Matrix/bridge data
- sna-instagram-bot: Instagram content bridge plugin
- beads: Issue tracking workflow integrated
- spec 004: Browser-based dev environment design
- nixpkgs bump: Oct 22 → Dec 2
- Fix maubot health check (401 = healthy)
2025-12-08 15:55:12 -08:00

58 lines
737 B
Plaintext

# Nix build outputs
result
result-*
# VM disk images
*.qcow2
*.qcow
*.vmdk
*.vdi
# 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
# Spec-kit framework (auto-updated by framework)
.claude/commands/speckit.*.md
.codex/
.specify/memory/
.specify/scripts/
.specify/templates/
# Worklogs (may contain sensitive troubleshooting info)
docs/worklogs/