# Byte-compiled / optimized / DLL files
__pycache__/

# Distribution / packaging
.Python
build/
dist/

# Unit test / coverage reports
htmlcov
.coverage
coverage.xml
.pytest_cache/

# pyenv
.python-version

# Environments
.venv

# mypy
.mypy_cache/

# Visual Studio Code
.vscode/

# Ruff stuff:
.ruff_cache/
