diff --git a/.gitignore b/.gitignore index b566e9a..f955f03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ venv/ -__pycache__* \ No newline at end of file +*/__pycache__* +*/migrations \ No newline at end of file diff --git a/app/migrations/__init__.py b/app/migrations/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/doc/migrations/__init__.py b/doc/migrations/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/web/migrations/__init__.py b/web/migrations/__init__.py deleted file mode 100644 index e69de29..0000000