.gitignore
.gitignoreBrowse 1970 files
304 tokens
1,121 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1# Created by https://www.toptal.com/developers/gitignore/api/go2# Edit at https://www.toptal.com/developers/gitignore?templates=go3 4### Go ###5# If you prefer the allow list template instead of the deny list, see community template:6# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore7#8# Binaries for programs and plugins9*.exe10*.exe~11*.dll12*.so13*.dylib14 15# Test binary, built with `go test -c`16*.test17 18# Output of the go coverage tool, specifically when used with LiteIDE19*.out20 21# Dependency directories (remove the comment below to include it)22# vendor/23 24node_modules25 26# End of https://www.toptal.com/developers/gitignore/api/go27 28bin29test30dist31 32.vscode/33.DS_Store34 35### Python ###36# Byte-compiled / optimized / DLL files37__pycache__/38*.py[cod]39*$py.class40 41# Distribution / packaging42*.egg-info/43dist/44build/45 46tmp/47 48examples/*/size.json49 50### AI Tooling ###51.claude/settings.local.json52examples/**/.claude53.gemini/54.antigravitycli/55 56### Mise ###57# Local mise env selector (enables mise.dev.toml tools when present)58.miserc.toml59# Local env overrides (DOCKER_HOST, etc.)60mise.local.toml61