# 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/
# Auto-generated by `mkdocs-copy-to-llm` on every build
docs/assets/copy-to-llm/

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

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