mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-30 04:07:45 +00:00
38 lines
300 B
Plaintext
38 lines
300 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# 凭据和密钥
|
|
credentials.json
|
|
token.json
|
|
*.key
|
|
.env
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 临时文件
|
|
*.tmp
|
|
*.bak
|
|
*.log
|
|
temp/
|
|
|
|
# Excel临时文件
|
|
~$*.xlsx
|
|
~$*.xls
|
|
|
|
# 协作记录文件
|
|
ticket.md |