# ignore all env files
.env
*.pem
.env.yaml
# ignore all log files
*.log
# ignore all files in the temp folder
__pycache__/
*.pyc
# ignore documents
NETSUITE_AUTOMATION_EXPLANATION.md
# ignore system files
.DS_Store
Thumbs.db
*.ipynb
.kiro/*
# ignore test files -- manual test script
appscript/testCopyToJIT_ASN.js
# ignore gsheet congfig file
gsheet_config.json
gsheets.json

keys/
credentials.json
.claude/
.playwright*
.clasp.json*
graphify*
CLAUDE.md*
AGENTS.md*

# Local one-off test harnesses (not maintained)
sandbox/
.coverage*