47 lines
391 B
Plaintext
47 lines
391 B
Plaintext
# Rust
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Development files (debug builds only)
|
|
/logs/
|
|
gittype-dev.db
|
|
.config/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Coverage reports
|
|
lcov.info
|
|
cobertura.xml
|
|
*.profdata
|
|
*.profraw
|
|
|
|
# Claude Code
|
|
.claude/
|
|
.serena/
|