# Node
node_modules/
package-lock.json
yarn.lock
*.tgz

# TypeScript
dist/
build/
*.tsbuildinfo

# Inlined at build time from the Python package's manifest-cases.json - the
# JSON is the single source of truth, this is a derived artifact.
packages/typescript/src/_generated-manifest-cases.ts

# Python
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.coverage
htmlcov/
__pycache__/
*.py[cod]
*.so
.Python
build/
*.egg
.eggs/
*.whl
dist/

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

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

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

# Claude Code worktrees
.claude/worktrees/
