🔥 增加金价查询

This commit is contained in:
永辉 占
2025-12-16 12:40:10 +08:00
parent 0194c93783
commit fc5a69e55c
9 changed files with 616 additions and 2 deletions
+63
View File
@@ -0,0 +1,63 @@
# Python
*.pyc
__pycache__/
*.pyo
*.pyd
.pytest_cache/
.tox/
.venv/
venv/
ENV/
env/
dist/
build/
*.egg-info/
*.egg
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
*.so
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
*.log.*
log/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# Temporary folders
tmp/
temp/