From e151cc52b8d3f0cc4dc5a9acbf6586f18495a249 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 13:53:31 +0000 Subject: [PATCH] Initial upload: API Mock CLI v0.1.0 --- .gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c57428d --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +# Python +__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/ +.tox/ +.nox/ +.env +.venv +env/ +venv/ +ENV/ +*.yaml +!config.yaml.example +*.pid