# Dependencies
/node_modules

# Wrangler
.wrangler/
.dev.vars

# Build output
dist/
*.tsbuildinfo

# Environment files
.env
.env.local
.env.*.local

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Test data (large files) - keep small test files in git
# tests/data/*.slp files are kept for testing
test.slp
/*.slp
tests/data/large_test.slp
tests/data/2025-10-22-embeded-tiernon_riesenmy.slp
tests/data/flies13.val.pkg.slp
tests/data/flies13.train.pkg.slp

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.coverage
htmlcov/

# Temporary files
*.tmp
tmp/
temp/
scratch/

# Working notes
MINDDUMP.md

# Playwright MCP artifacts
.playwright-mcp/
