15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
# Local Gitea MCP credentials and diagnostics must never enter Git.
|
|
.codex/gitea.env
|
|
gitea.env
|
|
gitea.env.*
|
|
!gitea.env.example
|
|
*.stderr.log
|
|
|
|
# Local browser-prototype verification artifacts
|
|
.playwright-mcp/
|
|
*-wide.png
|
|
|
|
# Python 本地校验缓存
|
|
__pycache__/
|
|
*.py[cod]
|