# Python
__pycache__/

# Virtual environment
.venv

# IDE & OS
.vscode/
.idea/
.DS_Store

# Testing
.pytest_cache/
.coverage*
coverage.xml
htmlcov/

# Linting
.mypy_cache/
.ruff_cache/

# Documentation
site/

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

# Auto-generated by hatch-vcs
pydantic_jsonschema/_version.py
