# built binary
/heartbeat

# runtime config (contains webhook URL)
/config.yaml

# Go build cache and test artifacts
*.test
*.out
/vendor/

# OS
.DS_Store
Thumbs.db

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

