From 44ca8e492e14063acb0fb7cbd6dd754ee6d41ca3 Mon Sep 17 00:00:00 2001 From: zvevqx Date: Sat, 24 Aug 2024 11:08:27 +0100 Subject: [PATCH] git setup --- .gitignore | 5 +++++ html_int/index.html | 0 2 files changed, 5 insertions(+) create mode 100644 .gitignore create mode 100644 html_int/index.html diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6d43187 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +venv/ +__pycache__ +_pychache_ + + diff --git a/html_int/index.html b/html_int/index.html new file mode 100644 index 0000000..e69de29