# Binaries
tui-tube
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binaries
*.test
*.out

# Build output
dist/

# Dependency cache
vendor/

# Go workspace
go.work
go.work.sum

# Environment
.env
.env.*

# SQLite — user DB ignored, catalog tracked
tui-tube.db
tuitube.db
*.db-shm
*.db-wal

# Temp / scratch
temp/
tmp/

# OS
.DS_Store
Thumbs.db

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