From 19f40a2a9ab5e9600f8553756b5cf060ef8b2933 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 10:56:58 +0000 Subject: [PATCH] Add configuration files --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..718d1c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +__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 +config.yaml +.history/ +*.log +.pytest_cache/ +.coverage +htmlcov/ +.venv/ +venv/ +ENV/ +.idea/ +.vscode/ +*.swp +*.swo +*~ +.DS_Store