.venv/
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
.python-version

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

# MkDocs build output
/site/

# Generated by hatch-vcs at build time
networkconfparse/_version.py
