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:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -3,6 +3,7 @@
|
|||||||
.bedrockapikey
|
.bedrockapikey
|
||||||
.live-slot
|
.live-slot
|
||||||
.worktrees/
|
.worktrees/
|
||||||
|
.claude/worktrees/
|
||||||
.bedrock-state
|
.bedrock-state
|
||||||
toggle-bedrock.sh
|
toggle-bedrock.sh
|
||||||
|
|
||||||
@@ -22,6 +23,8 @@ venv/
|
|||||||
*.db
|
*.db
|
||||||
*.db-shm
|
*.db-shm
|
||||||
*.db-wal
|
*.db-wal
|
||||||
|
*.duckdb
|
||||||
|
*.duckdb.wal
|
||||||
data/
|
data/
|
||||||
|
|
||||||
# IDE
|
# IDE
|
||||||
@@ -40,6 +43,12 @@ Thumbs.db
|
|||||||
.coverage
|
.coverage
|
||||||
htmlcov/
|
htmlcov/
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs/
|
||||||
|
|
||||||
|
# SQLMesh cache
|
||||||
|
transform/sqlmesh_padelnomics/.cache/
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
|||||||
Reference in New Issue
Block a user