From 6c5d1636fa16c3597ec4eeed462382588baf8b14 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 18:59:58 +0000 Subject: [PATCH] Initial upload: project structure and configuration --- .gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2179bba --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +__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 +*.log +.pytest_cache/ +.coverage +htmlcov/ +.env +.venv +venv/ +ENV/ +*.toml +!pyproject.toml +!config.toml