jayanth922 commited on
Commit
e201c1c
·
1 Parent(s): a6cc09a

Add .gitignore to keep repo clean

Browse files
.gitignore ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Python
2
+ .venv/
3
+ env/
4
+ __pycache__/
5
+ *.pyc
6
+ *.pyo
7
+ *.pyd
8
+ *.egg-info/
9
+ build/
10
+ dist/
11
+
12
+ # macOS
13
+ .DS_Store
14
+
15
+ # Editors
16
+ .vscode/
17
+ .idea/
18
+
19
+ # Gradio / temp
20
+ gradio_cached_examples/
modal/__pycache__/spec_refresh.cpython-313.pyc CHANGED
Binary files a/modal/__pycache__/spec_refresh.cpython-313.pyc and b/modal/__pycache__/spec_refresh.cpython-313.pyc differ