# Dependencies
node_modules
.pnpm-store

# Build outputs
dist
build
.next
.turbo
out

# Cache
*.tsbuildinfo
.cache
.eslintcache

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

# IDE
.idea
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
*.swp
*.swo
.DS_Store

# Testing
coverage
.nyc_output

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

# Misc
*.tgz
.npmrc.local
packages/*/storybook-static/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv
venv/
ENV/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist-python/
build-python/
.coverage
htmlcov/
*.cover
.hypothesis/
.tox/
