From 0a4a20f632d8b5c89ad79101b91a9b3b3e247e4d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 18:56:13 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e752cdd --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +*.egg-info/ +.installed.cfg +*.egg +.env +.venv +env/ +venv/ +ENV/ +*.yaml +*.yml +!pyproject.toml +.mypy_cache/ +.pytest_cache/ +.coverage +htmlcov/ +*.log +.DS_Store