feat: implement linting and testing

This commit is contained in:
Stijnvandenbroek
2026-03-03 22:02:25 +00:00
parent 8dd6a7b890
commit fc43570506
16 changed files with 884 additions and 56 deletions

10
.prettierignore Normal file
View File

@@ -0,0 +1,10 @@
# Generated / build artefacts
dbt/target/
dbt/dbt_packages/
.venv/
dist/
*.egg-info/
# Dagster storage
dagster_home/storage/
dagster_home/logs/