You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
335 B
35 lines
335 B
# Temporary files and directories
|
|
/temp/
|
|
temp/
|
|
|
|
# Claude temporary files
|
|
claude-*-cwd
|
|
*-cwd
|
|
|
|
# Node.js cache
|
|
node-compile-cache/
|
|
|
|
# SSH files
|
|
sshpass*
|
|
ssh_connect.*
|
|
|
|
# Backup files
|
|
*.backup
|
|
README_original.md
|
|
|
|
# System files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary directories
|
|
tmp/
|
|
.tmp/
|