Delete CodeFormer/.gitignore

#31
Files changed (1) hide show
  1. CodeFormer/.gitignore +0 -129
CodeFormer/.gitignore DELETED
@@ -1,129 +0,0 @@
1
- .vscode
2
-
3
- # ignored files
4
- version.py
5
-
6
- # ignored files with suffix
7
- *.html
8
- # *.png
9
- # *.jpeg
10
- # *.jpg
11
- *.pt
12
- *.gif
13
- *.pth
14
- *.dat
15
- *.zip
16
-
17
- # template
18
-
19
- # Byte-compiled / optimized / DLL files
20
- __pycache__/
21
- *.py[cod]
22
- *$py.class
23
-
24
- # C extensions
25
- *.so
26
-
27
- # Distribution / packaging
28
- .Python
29
- build/
30
- develop-eggs/
31
- dist/
32
- downloads/
33
- eggs/
34
- .eggs/
35
- lib/
36
- lib64/
37
- parts/
38
- sdist/
39
- var/
40
- wheels/
41
- *.egg-info/
42
- .installed.cfg
43
- *.egg
44
- MANIFEST
45
-
46
- # PyInstaller
47
- # Usually these files are written by a python script from a template
48
- # before PyInstaller builds the exe, so as to inject date/other infos into it.
49
- *.manifest
50
- *.spec
51
-
52
- # Installer logs
53
- pip-log.txt
54
- pip-delete-this-directory.txt
55
-
56
- # Unit test / coverage reports
57
- htmlcov/
58
- .tox/
59
- .coverage
60
- .coverage.*
61
- .cache
62
- nosetests.xml
63
- coverage.xml
64
- *.cover
65
- .hypothesis/
66
- .pytest_cache/
67
-
68
- # Translations
69
- *.mo
70
- *.pot
71
-
72
- # Django stuff:
73
- *.log
74
- local_settings.py
75
- db.sqlite3
76
-
77
- # Flask stuff:
78
- instance/
79
- .webassets-cache
80
-
81
- # Scrapy stuff:
82
- .scrapy
83
-
84
- # Sphinx documentation
85
- docs/_build/
86
-
87
- # PyBuilder
88
- target/
89
-
90
- # Jupyter Notebook
91
- .ipynb_checkpoints
92
-
93
- # pyenv
94
- .python-version
95
-
96
- # celery beat schedule file
97
- celerybeat-schedule
98
-
99
- # SageMath parsed files
100
- *.sage.py
101
-
102
- # Environments
103
- .env
104
- .venv
105
- env/
106
- venv/
107
- ENV/
108
- env.bak/
109
- venv.bak/
110
-
111
- # Spyder project settings
112
- .spyderproject
113
- .spyproject
114
-
115
- # Rope project settings
116
- .ropeproject
117
-
118
- # mkdocs documentation
119
- /site
120
-
121
- # mypy
122
- .mypy_cache/
123
-
124
- # project
125
- results/
126
- dlib/
127
- *.pth
128
- *_old*
129
-