# Secrets — never commit
.env
.env.*
!.env.example
# Python
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# dbt build output
target/
dbt_packages/
logs/

# DuckDB
*.duckdb
*.duckdb.wal

# Tooling
.ruff_cache/
.pytest_cache/
.mypy_cache/

# macOS
.DS_Store

# Local sandbox — external sample project, not part of dbt-testpilot
jaffle_shop_duckdb/

# Stray build wheels
*.whl

# Generated profiler / proposer output
profiles.json
proposals.json

# Personal scripts / working files — kept local, not in the public repo
check_llm.py
dbt-testpilot_Roadmap.md
test-llms.py
