# Python
__pycache__/
*.py[cod]
*.egg-info/
# hatch-vcs writes this at build time from the git tag
rtcm3to2p3/_version.py
build/
dist/
.venv/
venv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.uvcache/
.uv/
.mypy_cache/

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store

# Sphinx build
docs/_build/

# Debian / pybuild build artifacts (generated by dpkg-buildpackage)
.pybuild/
debian/.debhelper/
debian/debhelper-build-stamp
debian/files
debian/*.substvars
debian/*.debhelper.log
debian/*.debhelper
debian/tmp/
debian/ntrip-rtcm3-to-rtcm2p3/
debian/python3-ntrip-rtcm3-to-rtcm2p3/
