sayed99 commited on
Commit
566cff3
·
1 Parent(s): c4e6566
Files changed (1) hide show
  1. .gitignore +15 -0
.gitignore ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .ipynb_checkpoints
2
+ .DS_Store
3
+ .vscode
4
+ .idea
5
+ .pytest_cache
6
+ .ruff_cache
7
+ .venv
8
+ __pycache__
9
+ *.pyc
10
+ *.pyo
11
+ *.pyd
12
+ *.pyw
13
+ *.pyz
14
+
15
+