20 lines
499 B
Plaintext
20 lines
499 B
Plaintext
# NOTE: .env is intentionally TRACKED in this repo. ginnoir/homelabstack is a
|
|
# private repo and the stack's secrets are versioned with it. Do NOT add .env here.
|
|
|
|
# OS / editor cruft
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|
|
|
|
# Local scratch
|
|
*.tmp
|
|
*.log
|
|
|
|
# Loose scratch scripts agents drop at the .agents/ root (RomM/igir DB one-offs etc.).
|
|
# Keep .agents/skills/ tracked; ignore stray top-level scripts.
|
|
.agents/*.py
|
|
|
|
# Personal, per-machine Claude Code overrides (not team config)
|
|
.claude/settings.local.json
|