# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
**/node_modules/
.pnp/
.pnp.*
npm-debug.log*
.pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

# testing
coverage/
.eslintcache

# builds
out/
build/
dist/
data/
.turbo/
.next/
.docusaurus/

# files
.DS_Store
*.pem
*.env
.env*.local
*.log
logs/
coverage.json

# typescript
*.tsbuildinfo
next-env.d.ts
.idea/
.vscode/
graph/.test.subgraph.yaml

# playwright
playwright-report/
node_modules
.pnpm-store

# cloudquery
.cq/

# poetry.lock files outside of the root. This is to maintain the monorepo with
# poetry.
*/**/poetry.lock
target/
dbt_packages/

# Python
*.pyc

*.db

sample/dagster_project/storage/
sample/dagster_project/logs/
sample/dagster_project/history/
sample/dagster_project/schedules/
