# Dependencies
node_modules/
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg-info/
*.egg
dist/
build/
*.whl
.venv/
venv/

# Cloudflare Wrangler
.wrangler/
.dev.vars
wrangler.toml

# Environment and secrets
.env
.env.*
*.local
.npmrc

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

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

# Test coverage
coverage/
.nyc_output/
htmlcov/
.pytest_cache/

# Build artifacts
*.tsbuildinfo

# Claude Code
.claude/

# OS files
Thumbs.db

# Lock files (each package manages its own)
pnpm-lock.yaml
package-lock.json
yarn.lock
