From 79be356ef8113823f4fd19e79928a46b6e3e4948 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 19:52:41 +0000 Subject: [PATCH] Initial upload with CI/CD workflow --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..05492b1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +__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/ +.git +.gitignore +.coverage +.pytest_cache +*.log +.DS_Store +.vscode/ +.idea/ +*.md +!README.md +tests/ +docs/ +examples/ +.tox/ +.hypothesis/ +.ruff_cache/ +.mypy_cache/ +*.orig +*.rej +*~