chore: add missing gitignore entries for worktrees, duckdb, logs, sqlmesh cache

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Deeman
2026-02-23 13:21:14 +01:00
parent 49cadf6995
commit f77ec421e1

9
.gitignore vendored
View File

@@ -3,6 +3,7 @@
.bedrockapikey
.live-slot
.worktrees/
.claude/worktrees/
.bedrock-state
toggle-bedrock.sh
@@ -22,6 +23,8 @@ venv/
*.db
*.db-shm
*.db-wal
*.duckdb
*.duckdb.wal
data/
# IDE
@@ -40,6 +43,12 @@ Thumbs.db
.coverage
htmlcov/
# Logs
logs/
# SQLMesh cache
transform/sqlmesh_padelnomics/.cache/
# Build
dist/
build/