# Dependencies
node_modules/
.pnpm-store/

# Build output
dist/
*.egg-info/
__pycache__/
*.pyc
.pytest_cache/

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

# Environment
.env
.env.local
*.local

# Logs
*.log
!examples/*.log

# OS
.DS_Store
Thumbs.db

# Type checking
*.tsbuildinfo

# Vite
vite.config.ts.timestamp-*

# Playwright
playwright-report/
test-results/

# Python build artifacts
*.egg-info/
build/
dist-pkg/
