SeunghoEum commited on
Commit
c0ec995
·
1 Parent(s): 69f6042

Ignore and remove pycache

Browse files
.gitignore ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ __pycache__/
2
+ *.pyc
3
+ *.pyo
4
+ *.pyd
5
+ .Python
6
+ build/
7
+ dist/
8
+ .eggs/
9
+ *.egg-info/
10
+ .pytest_cache/
11
+ .mypy_cache/
12
+ .ruff_cache/
13
+ .DS_Store
14
+
__pycache__/app.cpython-311.pyc DELETED
Binary file (7.83 kB)
 
models/__pycache__/CGFWMSRNet.cpython-311.pyc DELETED
Binary file (7.2 kB)
 
models/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (539 Bytes)
 
models/__pycache__/modules.cpython-311.pyc DELETED
Binary file (15.4 kB)