Bulk rename/move files to '8' directories

Perform a bulk rename/move of many files and folders: paths previously prefixed with '01', '02', '03', '04', etc. were relocated to equivalent paths prefixed with '8'. Changes are path-only (R100 renames) and do not modify file contents; this reorganizes the repository structure.
This commit is contained in:
Dmitry
2026-06-09 22:25:32 +03:00
parent b9fa6eee41
commit 98c27fec85
249 changed files with 0 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "lab3"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyterlab>=4.5.6",
"matplotlib>=3.10.8",
]