# Python bytecode
__pycache__/
*.py[cod]

# Distribution and build artifacts
dist/

# hatch-vcs generated version file
src/pycroxe/_version.py

# Sphinx build output and autogenerated
docs/build/
docs/source/generated/

# mypy cache
.mypy_cache/
