# Binaries
bin/
/dist/
infrawatch-agent
infrawatch-collector

# OCB generated (regenerated by `make generate`)
/cmd/agent/
/cmd/collector/

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
go.work.sum

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# SDK build artifacts
sdk/node/node_modules/
sdk/node/dist/
sdk/python/*.egg-info/
sdk/python/.pytest_cache/
__pycache__/
