added ignore files

This commit is contained in:
2024-03-06 15:25:53 +01:00
parent ef23c9f6e6
commit 7fee6fcb37
218 changed files with 1849 additions and 0 deletions

View 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

View 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

View File

@@ -0,0 +1,3 @@
/__init__.py
/file_cache.py
/redis_cache.py

View File

@@ -0,0 +1,3 @@
/__init__.cpython-310.pyc
/file_cache.cpython-310.pyc
/redis_cache.cpython-310.pyc