# Go build artifacts
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
vendor/

# Coverage and profiling
*.coverprofile
coverage.txt
*.prof
cover.out

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

# OS metadata
.DS_Store
Thumbs.db

# Secrets and local config (no secrets in repo per Constitution)
.env
.env.*
*.local
/bin/

# Python bytecode (uvx wrapper py_compile)
__pycache__/
*.pyc
dist/
