From 1dd27f9f1e197a9cee3507a949c2fe34587896b7 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 03:53:50 +0000 Subject: [PATCH] Initial upload of i18n-key-sync project --- .gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4d619c --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +__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 +*.manifest +*.spec +pip-log.txt +pip-delete-this-directory.txt +tox.ini +coverage/ +htmlcov/ +.pytest_cache/ +.ruff_cache/ +venv/ +env/ +.venv/ +env.bak/ +venv.bak/ +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store