# Python bytecode
__pycache__/
*.py[cod]

# Distribution and build artifacts
dist/

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

# pytest
.pytest_cache/
.cache

# mypy cache
.mypy_cache/
