From 18c4c2aee9b6795d87efacb8b88a7acfe50dc8ba Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 13:33:41 +0000 Subject: [PATCH] Initial commit: API Snapshot CLI - Record HTTP traffic and generate mock servers --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c343825 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*.pyc +__pycache__/ +*.egg-info/ +.snapshots/ +.env +.env.local +*.log +.DS_Store