build
.pytest_cache
__pycache__
*.egg-info/
.DS_Store
node_modules/
*.pyc
.superset/

# app-cloud + login-app build
webapp/

# terraform
**/.terraform/*
*tfplan*
secret.tfvars
secret.auto.tfvars

# terragrunt
.terragrunt-cache
.terraform
terragrunt-debug*
**/terragrunt_rendered.json

.tox/
.coverage*

python_modules/**/build
dagster-cloud/python_modules/**/build
python_modules/**/dist
dagster-cloud/python_modules/**/dist

# Script-generated values.yaml files
infra/k8s/host/values.yaml

.ipynb_checkpoints

# pyenv
.python-version

# dotenv
.env*

# direnv
.direnv/

# docker
.docker

# vscode
*.code-workspace
.vscode

# cursor
.cursor

# virtualenv
.venv
venv/

# PyRight config
pyrightconfig.json

# Old "dagit" stuff
dagster-cloud/js_modules/dagit-cloud

#pycharm / IntelliJ / Jetbrains
.idea/

# dbt
.user.yml
dbt.log

# Claude
**/CLAUDE.local.md
.claude/worktrees

.erk/scratch/
.erk/bin/
.erk/config.local.toml
.impl/

# buildkite
.bk.yaml

.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions
.pnp.*

# artifacts from `just install-skills`
.agents/skills/dagster-expert
.claude/skills/dagster-expert
