Initial commit: Add .gitignore
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
__pycache__/
|
||||||
|
.venv
|
||||||
|
build
|
||||||
|
dist
|
||||||
|
log
|
||||||
|
*.spec
|
||||||
|
temp
|
||||||
|
|
||||||
|
# AI Agent 临时文件
|
||||||
|
.claude/
|
||||||
|
.sisyphus/
|
||||||
|
|
||||||
|
|
||||||
|
tmpclaude-*
|
||||||
|
*.log
|
||||||
|
*workspace*
|
||||||
|
*.png
|
||||||
|
data/
|
||||||
|
*.xlsm
|
||||||
|
*.xlsx
|
||||||
|
|
||||||
Reference in New Issue
Block a user