From 8ec1a46d2ad71a41d802a491e7796d68a486b132 Mon Sep 17 00:00:00 2001 From: bobbycxy Date: Wed, 19 Nov 2025 05:12:55 +0000 Subject: [PATCH] delete temp and other things --- thisisatest-v0/env.py | 1 + thisisatest-v0/lalala.py | 0 thisisatest-v0/outsidefile.py | 1 - thisisatest-v0/pyproject.toml | 1 + thisisatest-v0/readme.md | 7 +++++++ thisisatest-v0/thisisatest-v0/yoyo.py | 1 + thisisatest-v0/yoyo.py | 2 ++ thisisatest-v0/yoyoyo.py | 0 8 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 thisisatest-v0/env.py create mode 100644 thisisatest-v0/lalala.py delete mode 100644 thisisatest-v0/outsidefile.py create mode 100644 thisisatest-v0/pyproject.toml create mode 100644 thisisatest-v0/readme.md create mode 100644 thisisatest-v0/thisisatest-v0/yoyo.py create mode 100644 thisisatest-v0/yoyo.py create mode 100644 thisisatest-v0/yoyoyo.py diff --git a/thisisatest-v0/env.py b/thisisatest-v0/env.py new file mode 100644 index 0000000..ebfd711 --- /dev/null +++ b/thisisatest-v0/env.py @@ -0,0 +1 @@ +print("this is a success") \ No newline at end of file diff --git a/thisisatest-v0/lalala.py b/thisisatest-v0/lalala.py new file mode 100644 index 0000000..e69de29 diff --git a/thisisatest-v0/outsidefile.py b/thisisatest-v0/outsidefile.py deleted file mode 100644 index 9f06d62..0000000 --- a/thisisatest-v0/outsidefile.py +++ /dev/null @@ -1 +0,0 @@ -frerfefe \ No newline at end of file diff --git a/thisisatest-v0/pyproject.toml b/thisisatest-v0/pyproject.toml new file mode 100644 index 0000000..4636e2a --- /dev/null +++ b/thisisatest-v0/pyproject.toml @@ -0,0 +1 @@ +[test] \ No newline at end of file diff --git a/thisisatest-v0/readme.md b/thisisatest-v0/readme.md new file mode 100644 index 0000000..399d42e --- /dev/null +++ b/thisisatest-v0/readme.md @@ -0,0 +1,7 @@ +# Thisisatest-v0 + +Testing push. + +testing push number 2 + +testing push number 3 \ No newline at end of file diff --git a/thisisatest-v0/thisisatest-v0/yoyo.py b/thisisatest-v0/thisisatest-v0/yoyo.py new file mode 100644 index 0000000..264fea8 --- /dev/null +++ b/thisisatest-v0/thisisatest-v0/yoyo.py @@ -0,0 +1 @@ +print("yoyo") \ No newline at end of file diff --git a/thisisatest-v0/yoyo.py b/thisisatest-v0/yoyo.py new file mode 100644 index 0000000..288db63 --- /dev/null +++ b/thisisatest-v0/yoyo.py @@ -0,0 +1,2 @@ +print("yoyo") +print("change") \ No newline at end of file diff --git a/thisisatest-v0/yoyoyo.py b/thisisatest-v0/yoyoyo.py new file mode 100644 index 0000000..e69de29