初始提交:飞球 ETL 系统全量代码

This commit is contained in:
Neo
2026-02-13 08:05:34 +08:00
commit 3c51f5485d
441 changed files with 117631 additions and 0 deletions

59
.gitignore vendored Normal file
View File

@@ -0,0 +1,59 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# 虚拟环境
venv/
ENV/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.specstory/
.cursorindexingignore
# 日志和导出
*.log
*.jsonl
export/
logs/
scripts/logs/
reports/
# 环境变量
.env
# 测试
.pytest_cache/
.hypothesis/
pytest-cache-files-*/
.coverage
htmlcov/
# 临时文件
tmp/
*.lnk
# 清理归档
.Deleted/