added ignore files
This commit is contained in:
10
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/.gitignore
vendored
Normal file
10
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/__init__.py
|
||||
/_cmd.py
|
||||
/adapter.py
|
||||
/cache.py
|
||||
/compat.py
|
||||
/controller.py
|
||||
/filewrapper.py
|
||||
/heuristics.py
|
||||
/serialize.py
|
||||
/wrapper.py
|
||||
10
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/.gitignore
vendored
Normal file
10
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/_cmd.cpython-310.pyc
|
||||
/adapter.cpython-310.pyc
|
||||
/cache.cpython-310.pyc
|
||||
/compat.cpython-310.pyc
|
||||
/controller.cpython-310.pyc
|
||||
/filewrapper.cpython-310.pyc
|
||||
/heuristics.cpython-310.pyc
|
||||
/serialize.cpython-310.pyc
|
||||
/wrapper.cpython-310.pyc
|
||||
3
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/.gitignore
vendored
Normal file
3
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/__init__.py
|
||||
/file_cache.py
|
||||
/redis_cache.py
|
||||
3
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/.gitignore
vendored
Normal file
3
venv/lib/python3.10/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
/__init__.cpython-310.pyc
|
||||
/file_cache.cpython-310.pyc
|
||||
/redis_cache.cpython-310.pyc
|
||||
Reference in New Issue
Block a user