# See https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files for more about ignoring files.

# compiled output
dist
tmp
out-tsc

# dependencies
node_modules

# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings

# System Files
.DS_Store
Thumbs.db

.nx/cache
.nx/workspace-data
.cursor/rules/nx-rules.mdc
.github/instructions/nx.instructions.md

.claude/worktrees
.claude/settings.local.json
.nx/polygraph
.nx/self-healing
.nx/migrate-runs
# Local session history (remember plugin)
.remember

# python
.venv
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/

# next.js
.next/
.open-next/
.wrangler/
next-env.d.ts

# local env with real keys
.env.local
.env
.dev.vars

# playwright
test-results/
playwright-report/

# playwright browsers / traces already covered above

# tsc --build state. Machine-specific, rewritten on every build, and
# committing it means every build shows up as a change.
*.tsbuildinfo

# Graded house rungs, built from a stock policy by `olympicducks-worker
# house-gaits`. Derived from policies that are not ours to commit.
.house-gaits/
tools/out/

# Re-simulated referee corpus, written by `tools/referee_corpus.py`. Half a
# gigabyte of frames that any checkout can regenerate from the stored seeds.
.referee-corpus/

# opennext / wrangler build output
.open-next/
.wrangler/

# supabase CLI scratch state, written by `link` and friends
supabase/.temp/
packages/db/supabase/.temp/
