初始提交:飞球 ETL 系统全量代码
This commit is contained in:
59
.gitignore
vendored
Normal file
59
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user