# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test dir and binary, built with `go test -c`
tests/
*.test

# Output of the go coverage tool.
*.out

# Go workspace file.
go.work

# Apple macOS system files.
.DS_Store

# Project environment config files.
.env
backend/.env
!client/.env

# dist folder
dist

# IDE config directories.
.idea/
.vscode/
.kiro/
backend/.idea/
backend/.vscode/
backend/.idea
backend/.kiro/
client/.idea/
client/.vscode/
client/.idea
client/.kiro/

# Dependency directories.
node_modules/
vendor/

# enterprise-client — cloned separately, not tracked by this repo.
# Clone from git@github.com:kubewall/enterprise-client.git into client/enterprise-client/
client/enterprise-client/

# Binary directories.
bin/

# Temp and local cache directories.
dist/
tmp/
.parcel-cache/
resources/node_modules/
resources/static/
resources/views/*.go
resources/views/*/*.go

# Agent directories.
.agent/
