chore: update ignore file
This commit is contained in:
@@ -53,3 +53,14 @@ Thumbs.db
|
|||||||
|
|
||||||
test/
|
test/
|
||||||
|
|
||||||
|
# Claude Code / Development
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# Development and CI/CD
|
||||||
|
.github/
|
||||||
|
.gitpod.yml
|
||||||
|
Makefile
|
||||||
|
|
||||||
|
# Local development scripts
|
||||||
|
scripts/local/
|
||||||
|
|
||||||
|
|||||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -72,4 +72,12 @@ uv.lock
|
|||||||
|
|
||||||
model/
|
model/
|
||||||
|
|
||||||
test/
|
test/
|
||||||
|
|
||||||
|
# Claude Code / Development
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# Test outputs and reports
|
||||||
|
test_report/
|
||||||
|
coverage_report/
|
||||||
|
.coverage.json
|
||||||
Reference in New Issue
Block a user