# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
*.egg-info/
.eggs/
dist/
build/

# Node / TypeScript / JavaScript
node_modules/
*.tsbuildinfo
.cache/
.parcel-cache/
.vite/
.turbo/
.next/
.nuxt/
.output/
.vercel/
.netlify/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.eslintcache
coverage/
.nyc_output/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Environment
.env
.env.local
*.local

# OS
.DS_Store
Thumbs.db
.worktrees/
<<<<<<< HEAD
benchmark/results/*
=======
benchmark/results
.gstack/
>>>>>>> 95a305ab66943a6b93ab2432538a559992876c06
