27 lines
356 B
Plaintext
27 lines
356 B
Plaintext
# Claude Code configuration
|
|
CLAUDE.md
|
|
.claude
|
|
.claude/**
|
|
|
|
# Sensitive data - packet captures and logs
|
|
*.pcap
|
|
*.log
|
|
nohup.out
|
|
|
|
# Dump directory artifacts with personal data
|
|
dump/**/*.pcap
|
|
dump/**/*.log
|
|
dump/**/nohup.out
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
/etc/hosts.backup.*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
.cursorindexingignore
|
|
astro-website/DESIGN-BRIEF.md
|