diff --git a/.gitignore b/.gitignore index 3093cd4..5e539c8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,10 @@ dist/ .mypy_cache/ *.db +*.rdb *.R *.csv -migrations/ \ No newline at end of file +migrations/ + +celerybeat-schedule* \ No newline at end of file