add .gitignore to exclude build artifacts and temporary files
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
__pycache__/
|
||||||
|
.venv
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
log
|
||||||
|
*.spec
|
||||||
|
temp
|
||||||
|
|
||||||
|
# Claude 临时文件
|
||||||
|
.claude/
|
||||||
|
tmpclaude-*
|
||||||
|
*.log
|
||||||
|
*workspace*
|
||||||
|
*.png
|
||||||
|
data/
|
||||||
|
Excel/
|
||||||
Reference in New Issue
Block a user