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
+1
View File
@@ -0,0 +1 @@
3.12
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
3.13
View File
File diff suppressed because one or more lines are too long
+8
View File
@@ -0,0 +1,8 @@
# %%
# %%
# %%
# %%
Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

+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",
]
+1742
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
View File
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from rias-mephi!")
if __name__ == "__main__":
main()
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "rias-mephi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyterlab>=4.5.6",
"matplotlib>=3.10.9",
"mplfinance>=0.12.10b0",
"pandas>=3.0.2",
]
+1955
View File
File diff suppressed because it is too large Load Diff