Add filter to file backend

This commit is contained in:
nolash
2021-04-10 00:11:10 +02:00
parent c2d3d243b0
commit 3b40f0e6f6
3 changed files with 130 additions and 3 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
__pycache__
*.pyc
*.o
*.egg-info
gmon.out
build/
dist/