Files
latticelm/.gitignore
2026-03-01 18:46:53 +00:00

56 lines
582 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
/gateway
/cmd/gateway/gateway
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Go workspace file
go.work
# Dependency directories
vendor/
# Environment variables and secrets
.env
.env.local
*.key
*.pem
# IDE specific files
.vscode/
.idea/
*.swp
*.swo
*~
# OS specific files
.DS_Store
Thumbs.db
# Build output
/bin/
/dist/
/build/
# Configuration files with secrets
config.yaml
config.json
*-local.yaml
*-local.json
# Logs
*.log
logs/
# Python scripts
__pycache__/*