# Python __pycache__/ *.py[cod] *.egg-info/ *.egg build/ dist/ # Jupyter .ipynb_checkpoints/ # Generated notebook figures (regenerated on execution) images/ # Testing / tooling .pytest_cache/ .mypy_cache/ .ruff_cache/ # Virtual environments .venv/ venv/ # OS / editor .DS_Store .idea/ .vscode/