From 886aafc078f5682011024f9771a79f3e935d09f8 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 03:31:27 +0000 Subject: [PATCH] Initial commit: gitignore-generator v0.1.0 --- .gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4a0a0f --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +__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 +.pytest_cache/ +.coverage +.htmlcov/ +.tox/ +.nox/ +.coverage +*.cover +.hypothesis/ +.pytest_cache/ +mypy_cache/ +.ruff_cache/ +dist/ +build/ +*.tar.gz +*.tar.xz