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

# TypeScript / Node
node_modules/
dist/
*.js.map
*.d.ts.map
.tsbuildinfo

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

# OS
.DS_Store
Thumbs.db
desktop.ini

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

# Claude Code
.claude/
benchmarks/
docs/
CLAUDE.md
.hypothesis/