# Build artifacts
dist/
bin/
*.exe
*.dll
*.so
*.dylib

# Runtime data and generated exports
data/
logs/
*.db
*.db-shm
*.db-wal
*.tar.gz
*.zip

# Local configuration and secrets
config.yaml
.env
.env.*
!.env.example

# Frontend dependencies and build output
node_modules/
web/dist/

# Go tooling
coverage.out
coverage.html

# IDE and OS files
.idea/
.vscode/
*.iml
.DS_Store
Thumbs.db