chore: gitignore data/, .claude/, WAL sidecar files; add cssselect dep

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 17:48:23 +02:00
co-authored by Claude Sonnet 4.6
parent 08abb341f2
commit 2e640b86d0
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -1,5 +1,7 @@
# cust
./*.csv
.claude/
data/
# Allow test fixture data
!tests/fixtures/data/
@@ -23,6 +25,8 @@ instance/
# SQLite database files
*.sqlite3
*.db
*.db-shm
*.db-wal
# Migrations
migrations/