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

# local dev
.ipynb_checkpoints
.__pycache__
__pycache__
.vscode
.mypy_cache
.pytest_cache
.ruff_cache
.env
import_profile.txt
scratchpad/
snippets/

# remote dev
runpod.sh


# Virtual environments
.venv

# coverage
.coverage
coverage.xml
htmlcov/

# uml diagrams
uml/rendered
