From d1d348961ca520b1bc984b17b698dd773f8f98b5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 16:49:36 +0000 Subject: [PATCH] Initial upload: Local Commit Message Generator v0.1.0 --- app/local_commit_message_generator/.gitignore | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 app/local_commit_message_generator/.gitignore diff --git a/app/local_commit_message_generator/.gitignore b/app/local_commit_message_generator/.gitignore new file mode 100644 index 0000000..9b1019a --- /dev/null +++ b/app/local_commit_message_generator/.gitignore @@ -0,0 +1,63 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +pip-wheel-metadata/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# Virtual Environment +venv/ +env/ +ENV/ +env.bak/ +venv.bak/ + +# Coverage +.coverage +.coverage.* +*.coverag +htmlcov/ +.tox/ +.nox/ +.pytest_cache/ +.mypy_cache/ +.ruff_cache/ +*.prof + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store + +# OS +.DS_Store +Thumbs.db + +# Environment +.env +.env.local +*.local + +# Type checking +*.typeddict +.mypy_cache/