gui/.gitignore
Snider b5cdea2384
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
feat(gui): gpt-5.4-mini/mature pass 1
- `GOWORK=off go test ./...`

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-17 17:33:28 +01:00

44 lines
334 B
Text

# Dependencies
node_modules/
vendor/
# Build output
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Environment
.env
.env.local
.core/
.Spotlight-V100
.Trashes
*~
*.tmp
.env.*.local
__pycache__/
*.pyc
.venv/
venv/
*.exe
*.dll
*.so
*.dylib
*.a
*.o
*.class
*.test
coverage.out
*.coverprofile