# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv/ ENV/ # 上傳的臨時文件 uploads/* !uploads/.gitkeep # Git .git/ .gitignore .gitattributes # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Claude .claude/ # 其他 *.log *.pid *.seed *.pid.lock