modelbuilderhq commited on
Commit
f8ce3e7
·
verified ·
1 Parent(s): e097aef

Sync .gitignore from GitHub repo

Browse files
Files changed (1) hide show
  1. .gitignore +11 -0
.gitignore ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .deps/
2
+ .venv/
3
+ .uv-cache/
4
+ __pycache__/
5
+ .pytest_cache/
6
+ pytest-cache-files-*/
7
+ *.egg-info/
8
+ *.log
9
+ *.pyc
10
+ *.pyo
11
+ *.pyd