Files
glint/.gitignore
T

39 lines
510 B
Plaintext

# Compiled binaries
glint
glint.exe
dist/
bin/
# Graph output directory
glint-out/
# Go test & coverage artifacts
*.test
*.out
coverage.html
coverage.txt
# Task runner cache
.task/
# Claude Code project memory
.claude/
# Editor — JetBrains
.idea/
# Editor — VS Code (keep settings/extensions if you want to share them,
# but ignore personal/machine-specific state)
.vscode/settings.json
.vscode/launch.json
.vscode/*.code-workspace
# Editor — Vim / Neovim
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db