# git related
.git-credentials

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
exclude_git/
*.egg-info

# Virtual environments
.venv

# python tools
.python-version
.pytest_cache
.ruff_cache
.mypy_cache
.coverage

# vscode
.vscode/
