feat: update .gitignore and .dockerignore to include build artifacts
This commit is contained in:
@@ -5,6 +5,7 @@ __pycache__
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
build
|
||||
data
|
||||
logs
|
||||
*.pyc
|
||||
|
||||
@@ -31,6 +31,9 @@ Thumbs.db
|
||||
!.env.example
|
||||
secrets/
|
||||
|
||||
# Local build artifacts
|
||||
build/
|
||||
|
||||
# Local database / runtime data
|
||||
data/*.duckdb
|
||||
data/*.duckdb.wal
|
||||
|
||||
Reference in New Issue
Block a user