init
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# 忽略数据文件
|
||||||
|
*.csv
|
||||||
|
*.parquet
|
||||||
|
*.orc
|
||||||
|
*.log
|
||||||
|
data/
|
||||||
|
raw_data/
|
||||||
|
temp_data/
|
||||||
|
|
||||||
|
# 忽略环境配置
|
||||||
|
.env
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# 保留脚本和文档
|
||||||
|
!*.java
|
||||||
|
!*.py
|
||||||
|
!*.sql
|
||||||
|
!*.md
|
||||||
|
!*.sh
|
||||||
|
!*.otd
|
||||||
|
!*.jpg
|
||||||
|
!*.job
|
||||||
|
!*.properties
|
||||||
Reference in New Issue
Block a user