import os
# 📂 Thư mục profiles gốc
PROFILES_DIR = os.path.join(os.getcwd(), "profiles")
TEMPLATE_DIR = os.path.join(os.getcwd(), "templates")