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

# VHS generated files
tapes/*.gif
tapes/*.mp4
tapes/*.webm
examples/vhs/target/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Coverage
/coverage/
*.profraw
*.profdata

# Documentation
/doc/

# Testing
*.test

# Build artifacts
*.exe
*.dll
*.so
*.dylib

# Backup files
*.bak
*.tmp

# Environment
.env
.env.local

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~
.directory
