diff --git a/api/auth_v2.py b/api/auth_v2.py deleted file mode 100644 index fda1ae4..0000000 --- a/api/auth_v2.py +++ /dev/null @@ -1,7 +0,0 @@ -"""Deprecated: v2 auth is inlined into api/auth.py. - -This file intentionally contains no imports or runtime definitions to avoid -lint/type issues while the file remains present during refactors. -""" - -__all__ = [] diff --git a/api/meals_v2.py b/api/meals_v2.py deleted file mode 100644 index 00804fd..0000000 --- a/api/meals_v2.py +++ /dev/null @@ -1,3 +0,0 @@ -"""Deprecated: content inlined into api/meals.py""" - -__all__: list[str] = [] diff --git a/api/shopping_v2.py b/api/shopping_v2.py deleted file mode 100644 index b34abeb..0000000 --- a/api/shopping_v2.py +++ /dev/null @@ -1,3 +0,0 @@ -"""Deprecated: content inlined into api/shopping.py""" - -__all__: list[str] = []