# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Distribution/packaging
dist/
build/
sdist/
*.egg-info/
.idea/
*.pyc

**/_version.py

# Unit tests / pre-commit caches
.cache
.pytest_cache/
.mypy_cache/

# likely venv names
.venv*
venv*
