# Test orders
scripts

# Python cache
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Build artifacts
build/
dist/
*.egg-info/
.eggs/

# Test and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/

# UV lockfile and local config
uv.lock

# IDE and OS files
.DS_Store
.idea/
.vscode/

# Local environment files
.env
.env.*
