__pycache__/
*.py[cod]
*$py.class
*.swp
*.swo

build/
dist/
*.egg-info/
.eggs/

src/typing_refined/_version.py

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.venv/
venv/
env/
