@@ -1,8 +0,0 @@
-DEEPSEEK_BASE_NAME="tcl/DeepSeek-V4-Pro"
-DEEPSEEK_BASE_KEY="sk-NqwNXLg62NahSbuZFmXO_w"
-DEEPSEEK_BASE_URL="https://maas-api.tcl.com/v1"
-DB_PASSWORD="123456"
-DB_USER="root"
-DB_PORT="3306"
-DB_HOST="127.0.0.1"
-DB_NAME="analytics_demo"
@@ -1,10 +0,0 @@
-# Python-generated files
-__pycache__/
-*.py[oc]
-build/
-dist/
-wheels/
-*.egg-info
-
-# Virtual environments
-.venv
@@ -1 +0,0 @@
-3.11
@@ -1,6 +0,0 @@
-def main():
- print("Hello from wenfangwen-ai-code!")
-if __name__ == "__main__":
- main()
@@ -1,7 +0,0 @@
-[project]
-name = "wenfangwen-ai-code"
-version = "0.1.0"
-description = "Add your description here"
-readme = "README.md"
-requires-python = ">=3.11"
-dependencies = []