aissia/.gitignore

65 lines
649 B
Plaintext

# Build Outputs
bin/
obj/
*.exe
*.dll
*.pdb
# Visual Studio / Rider
.vs/
.vscode/
.idea/
*.user
*.suo
*.cache
*.docstates
*.tmp
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# NuGet
*.nupkg
*.snupkg
packages/
!packages/build/
# Test Results
TestResults/
[Tt]est[Rr]esult*/
*.trx
*.coverage
*.coveragexml
# Runtime Data & Logs
data/
logs/
*.log
*.csv
# Configuration Secrets
appsettings.Development.json
appsettings.Production.json
config/secrets.json
*.key
# Audio Models & Cache
whisper-models/
*.bin
audio-cache/
# OS Generated
.DS_Store
Thumbs.db
*.tmp
*.temp
# Large Media Files
*.mp4
*.avi
*.mov
*.wmv
*.mp3
*.wav