# Local dev environment
.envrc
.idea
tmp
venv/
site/
.ruff_cache
.pytest_cache
notes.md

# Python and packaging
__pycache__
*.egg-info
dist
build
_version.py

# StepUp Core specifics
docs/.stepup
