feat: initial project setup

This commit is contained in:
Stijnvandenbroek
2026-03-03 12:18:30 +00:00
parent 62af3114be
commit 7dd520cf41
14 changed files with 295 additions and 1 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Environment / secrets
.env
# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
dist/
build/
# uv
uv.lock
# dbt
dbt/target/
dbt/dbt_packages/
dbt/logs/
# Dagster
dagster_home/storage/
dagster_home/logs/
dagster_home/schedule_logs/
dagster_home/compute_logs/
# Docker
*.log