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