__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.venv/

*.sh

# MkDocs build output and caches
site/
.cache/
.mkdocs-cache/

# Ignore apple macOS system files
.DS_Store
# Ignore Jupyter Notebook checkpoints
.ipynb_checkpoints

# Ignore VSCode settings
.vscode/

# common Python tooling artifacts
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.env
env/
venv/
.python-version
