Files
nuc/.gitignore
Alejandro Gutiérrez 390eda1595 Initial commit - NUC server configuration and docs
- CLAUDE.md: Server instructions and service reference
- docs/: Persistent documentation (architecture, guides)
- .artifacts/: Session-generated notes
- playwriter-browser/: Remote browser container config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 20:49:20 +00:00

28 lines
305 B
Plaintext

# Ignore sensitive files
*.key
*.pem
secrets/
.env
# Sensitive artifacts (tokens, credentials)
.artifacts/*-token*.md
.artifacts/*-api-token*.md
.artifacts/wireguard*.conf
# Claude session files
.claude/
# OS files
.DS_Store
Thumbs.db
# Editor files
*.swp
*.swo
*~
# Temporary files
*.tmp
*.log
tmp/