From 0a122c80fdfb27da7d338713ccb1d19693423138 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 22 Mar 2026 10:44:32 +0000 Subject: [PATCH] Initial upload: curl-converter-cli with CI/CD workflow --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f80a93c --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# Python +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +dist/ +*.egg-info/ +.eggs/ +*.egg + +# Virtual environments +venv/ +ENV/ +env/ +.venv/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# Testing +.tox/ +.nox/ +.coverage +htmlcov/ +.pytest_cache/ +*.cover + +# Logs +*.log + +# OS +.DS_Store +.DS_Store? +._* + +# Temporary +tmp/ +temp/ +*.tmp +*.temp