# virtual environment directory
.venv

# build directory
dist

# Python cache
__pycache__

# pytest cache
.pytest_cache

# ruff cache
.ruff_cache

# hypothesis database
.hypothesis

# MacOS specific files
.DS_Store

# folder for temporary local stuff
temp
