################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

# Build output
bin/
obj/
publish/
releases/

# Visual Studio
*.suo
*.user
*.vsidx
.vs/

# NuGet
packages/
*.nupkg

# SQLite databases
*.sqlite

# Lock files
*.lock

# Sensitive configuration (connection strings)
appsettings.json

# Logs
*.log

# OS files
Thumbs.db
.DS_Store

# Temp and backup files
*.tmp
*.bak
*.temp
*.orig
*~

# Install logs (generated by installer)
PerformanceMonitor_Install_*.txt

# Internal development files (not for public release)
.internal/
.claude/
CLAUDE.md
Dashboard/todo.md
Lite/TODO.md
nul

# Lite runtime configuration (user-specific)
Lite/config/servers.json
Lite/servers.json
Lite/collection_schedule.json

# Plans directory
plans/

# Community scripts (user-provided, not bundled)
community/*.sql
