BioGeek Claude Opus 4.7 (1M context) commited on
Commit
33ba5af
·
1 Parent(s): 3665de4

Ignore Gradio's auto-generated app.pyi stub

Browse files

Gradio writes a type-stub .pyi next to the entrypoint when the Blocks
is loaded, which kept dirtying the working tree after every local
run.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -6,6 +6,9 @@ dist/
6
  wheels/
7
  *.egg-info
8
 
 
 
 
9
  # Virtual environments
10
  .venv
11
 
 
6
  wheels/
7
  *.egg-info
8
 
9
+ # Gradio writes an app.pyi stub alongside the entrypoint on Blocks load
10
+ app.pyi
11
+
12
  # Virtual environments
13
  .venv
14