From 69296e9899d28a6a5e64708cbcdc57a59a54fa41 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Thu, 17 Jul 2025 02:44:45 +0900 Subject: Init project --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..505a3b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Python-generated files +__pycache__/ +*.py[oc] +build/ +dist/ +wheels/ +*.egg-info + +# Virtual environments +.venv -- cgit v1.2.3