feat(gui): gpt-5.4-mini/mature pass 1
- `GOWORK=off go test ./...` Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
d228a8c075
commit
b5cdea2384
1 changed files with 19 additions and 0 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -23,3 +23,22 @@ Thumbs.db
|
|||
.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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue