diff --git a/ft-app/.gitignore b/ft-app/.gitignore index ac481ac..df88e80 100644 --- a/ft-app/.gitignore +++ b/ft-app/.gitignore @@ -1,3 +1,4 @@ -data/ +data/* +!data/ft.db __pycache__/ *.pyc diff --git a/ft-app/data/ft.db b/ft-app/data/ft.db new file mode 100644 index 0000000..07170e4 Binary files /dev/null and b/ft-app/data/ft.db differ