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

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Project-specific
guardrails/.guardrails.db

# Testing
.coverage
htmlcov/
.pytest_cache/
.hypothesis/

# uv
uv.lock
