uv.lock
frontend/coverage/*
examples/basic/user_input/*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/

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

# Node
node_modules/
frontend/dist/

# Build artifacts (but keep the static folder structure)
pydantic_ui/static/*
!pydantic_ui/static/.gitkeep

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
.coverage
htmlcov/

# Misc
*.log
.env
.env.local
