From a747357a2318493bb9e570ed4df972c29da845c3 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 21:22:42 +0000 Subject: [PATCH] Add all source files for CI to work --- .gitignore | 67 +++++------------------------------------------------- 1 file changed, 6 insertions(+), 61 deletions(-) diff --git a/.gitignore b/.gitignore index c416aa6..5e428f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,77 +1,22 @@ -# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class - -# C extensions *.so - -# Distribution / packaging .Python build/ -develop-eggs/ dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ *.egg-info/ -.installed.cfg +.eggs/ *.egg - -# PyInstaller -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.nox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*.cover -*.py,cover -.hypothesis/ .pytest_cache/ - -# Translations -*.mo -*.pot - -# Environments +.coverage +htmlcov/ .env .venv env/ venv/ -ENV/ -env.bak/ -venv.bak/ - -# IDE -.idea/ -.vscode/ *.swp *.swo - -# OS -.DS_Store -Thumbs.db - -# Project specific -mockapi.yaml -mockapi.yml - -# Examples -examples/ +*~ +.mypy_cache/ +.ruff_cache/ \ No newline at end of file