From 54ce66b007cc0135615fcc2d6f81c207ad15108b Mon Sep 17 00:00:00 2001 From: p64wa3kxm <1549683615@qq.com> Date: Wed, 18 Sep 2024 07:52:17 +0800 Subject: [PATCH] ADD file via upload --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3502d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Python cache files +__pycache__/ +*.pyc + +# Coverage reports +htmlcov/ +.coverage + +# Performance output files +output.prof +profiler.txt + +