# 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
**/__pycache__
**/*.pyc
**/.mypy_cache

# environment variables
.env
.env.local
.env.local.docker
.env.docker
.env.production
!.env.example

# System Files
.DS_Store
Thumbs.db

.nx/cache
.nx/workspace-data

# Next.js
.next
out
**/next-env.d.ts

test-output

# n8n
projects/n8n-local/n8n/data/credentials
projects/n8n-local/n8n/shared/**/sourcewell_participating_entities_v2.xlsx
projects/n8n-local/n8n/data/shared/sourcewell_participating_entities_v2.xlsx

# langgraph
**/.langgraph_api/

# reports
reports
**/test-output.log

# BEDROCK AGENT CORE
**/.bedrock_agentcore.yaml
**/.bedrock_agentcore/
**/.dockerignore
**/requirements.txt

**/url-reference.txt


# playwright
.playwright-mcp/**

# GCP service account credentials for local development
projects/summary-stack/backend/secrets/*.json

# Agent harness state
.claude/agent_harness/.harness-state.json
