48 lines
459 B
Plaintext
48 lines
459 B
Plaintext
# Generated audio files
|
|
output/
|
|
*.wav
|
|
*.mp3
|
|
*.ogg
|
|
*.flac
|
|
|
|
# Rust build artifacts
|
|
/target/
|
|
**/*.rs.bk
|
|
*.pdb
|
|
|
|
# Cargo lock file (uncomment if this is a library)
|
|
# Cargo.lock
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
|
|
# Local configuration
|
|
.env
|
|
config.local.*
|
|
|
|
# Audio analysis cache
|
|
*.cache
|