From a502c7f465f54db4a38af546f7e3e3266efbcfac Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 15:53:07 +0000 Subject: [PATCH] Initial upload: core files and configuration --- .gitignore | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index e4a0a0f..baa6e90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# Python __pycache__/ *.py[cod] *$py.class @@ -15,24 +16,26 @@ parts/ sdist/ var/ wheels/ -pip-wheel-metadata/ -share/python-wheels/ *.egg-info/ .installed.cfg *.egg -MANIFEST +*.manifest +*.spec +pip-log.txt +pip-delete-this-directory.txt +tox.ini +coverage/ +htmlcov/ .pytest_cache/ -.coverage -.htmlcov/ -.tox/ -.nox/ -.coverage -*.cover -.hypothesis/ -.pytest_cache/ -mypy_cache/ .ruff_cache/ -dist/ -build/ -*.tar.gz -*.tar.xz +venv/ +env/ +.venv/ +env.bak/ +venv.bak/ +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store