# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.python-version

# coverage
.coverage

# ruff
.ruff_cache/

# pytest
.pytest_cache/

# docs
docs/_build/

# version file
src/tmodbus/_version.py
