# Binaries (root only, not cmd/ source dirs)
bin/
/v4d
/v4d-linux
/v4d-consolidate
/v4d-license-gen

# License private keys — NEVER commit
*.key

# Go
*.exe
*.test
*.out
vendor/

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

# OS
.DS_Store
Thumbs.db

# Config with secrets
/etc/v4d/
*.keyring
.env
.env.*
!.env.example

# Test artifacts
coverage.out
coverage.html

# Terraform
*.tfstate
*.tfstate.backup
.terraform/
.terraform.lock.hcl
*.tfvars
!*.tfvars.example
.claude/*
!.claude/gitea-ship.json
