6dccf494f8
cleanup permit policies and correct documentation * docs * policy cleanup * refactor * Merge remote-tracking branch 'origin/feature/permit-policy-cleanup' into feature/permit-policy-cleanup * docs and edits
87 lines
824 B
Plaintext
87 lines
824 B
Plaintext
**/*.http
|
|
**/*.cast
|
|
|
|
# Ignore the binary files generated by `go build`
|
|
/main
|
|
|
|
# Ignore Go workspace files
|
|
*.swp
|
|
*.swo
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
out/
|
|
coverage/
|
|
cover
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Node artifact files
|
|
node_modules/
|
|
dist/
|
|
|
|
# Compiled Java class files
|
|
*.class
|
|
|
|
# Compiled Python bytecode
|
|
*.py[cod]
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Package files
|
|
*.jar
|
|
|
|
# Maven
|
|
target/
|
|
dist/
|
|
|
|
# JetBrains IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
# Unit test reports
|
|
TEST*.xml
|
|
|
|
# VS Code
|
|
.vscode/
|
|
|
|
# Generated by MacOS
|
|
.DS_Store
|
|
|
|
# Generated by Windows
|
|
Thumbs.db
|
|
|
|
# Applications
|
|
*.app
|
|
*.exe
|
|
*.war
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Large media files
|
|
*.mp4
|
|
*.tiff
|
|
*.avi
|
|
*.flv
|
|
*.mov
|
|
*.wmv
|
|
|
|
# Devbox
|
|
.devbox/
|
|
|
|
*.zip
|
|
|
|
**/.claude/settings.local.json
|
|
deployments/permit.env
|
|
|
|
# local agent journals
|
|
journals/
|
|
requirements/
|