40 lines
420 B
Text
40 lines
420 B
Text
# Research and inspiration files
|
|
.notes/rpm-ostree-main
|
|
.notes/inspiration/
|
|
!/.notes/inspiration/readme.md
|
|
*/inspiration/
|
|
|
|
# Rust build artifacts
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
temp/
|
|
tmp/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|