aissia/.gitignore
StillHammer 0dfb5f1535 chore: Normalize line endings and update project documentation
- Normalize CRLF to LF across all source files
- Replace CLAUDE.md.old with updated CLAUDE.md
- Standardize configuration file formatting
- Update module source files with consistent line endings

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 22:13:16 +08:00

75 lines
775 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
*.wavbuild/
*.o
*.a
*.so
*.dll
build/
*.o
*.a
*.so
*.dll