# Rust
/target/
**/*.rs.bk

# IDE/Editor
.idea/
.vscode/
*.swp
*.swo

# Build artifacts
/dist/
/release/
/debug/
build_error.txt
check_error.txt
check_error_v2.txt
handover.txt

# Dependency directories
/node_modules/

# Environment files
.env
.env.local
.env.*.local

# Logs
tmp/
*.log

# OS generated files
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Cargo specific
Cargo.lock

# Slint specific
ui/*.rs

# Database files
data/
*.db
*.sqlite
*.sqlite3

# Build tools
build/
out/
appimage-build/

# Test and benchmark files
**/test_*
**/bench_*

# Documentation build
docs/_build/
docs/HANDOFF-*.md

# Python
__pycache__/
*.py[cod]
*$py.class

# VS Code
.vscode/
.history/

# MacOS
*.DS_Store

# Windows
Thumbs.db
Desktop.ini

# IntelliJ
.idea/
*.iml
*.ipr
*.iws

# Git conflict files
*.orig

# Coverage
coverage/
*.profraw

# Rust analyzer
.rust-analyzer/

# Misc
*.bak
*.tmp
*.backup

# Large files that shouldn't be in git
*.zip
*.tar.gz
*.rar
*.7z

# Binary files
*.exe
*.dll
*.so
*.dylib

# Cache files
*.cache

# Temporary files
temp/
tmp/
