Skip to main content

Remember to ignore these files

ID
5e4772f
date
2025-05-02 07:40:07+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
647369f
message
Remember to ignore these files
changed files
1 file, 1 addition, 1 deletion

Changed files

cog_helpers.py (3120) → cog_helpers.py (3136)

diff --git a/cog_helpers.py b/cog_helpers.py
index d747cce..a2fc9a4 100644
--- a/cog_helpers.py
+++ b/cog_helpers.py
@@ -110,7 +110,7 @@ def create_description_table(
         if os.path.isdir(folder / f):
             continue
 
-        if f in {"README.md", "utf8info.Dockerfile"}:
+        if f in {"README.md", "requirements.in", "requirements.txt"}:
             continue
 
         if f.startswith(("test_", "_", ".")):