Skip to content

Commit 525a27d

Browse files
chore: add altimate binary alias and ignore runtime logs
- bun.lock: sync lock file to reflect `altimate` bin entry already in package.json - .gitignore: add `*.log` to suppress runtime debug logs (e.g. altimate_debug.log)
1 parent 06c2afa commit 525a27d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ __pycache__/
3030
# SQLite databases (feedback store creates these at runtime)
3131
*.db
3232

33+
# Runtime logs
34+
*.log
35+
3336
# Large intermediate files at repo root (generated during benchmark runs)
3437
/queries.json
3538
/queries_1k.json

bun.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)