PicoBot/.gitignore
ooodc def6df50da chore(git): 更新 .gitignore 文件以忽略新目录
- 添加 .agents 目录到忽略列表
- 添加 .qoder 目录到忽略列表
2026-06-13 17:56:32 +08:00

38 lines
367 B
Plaintext

# Rust
target
Cargo.lock
# Frontend
web/node_modules
web/dist
web/*.log
web/.env
web/.env.*
web/.cache
web/coverage
web/*.local
# Build output
static
# IDE & Tools
reference/**
.playwright-cli/
.venv
.claude
.agents
.qoder
# Project specific
AGENTS.md
CLAUDE.md
PicoBot.code-workspace
.picobot
output
.python-version
pyproject.toml
uv.lock
node_modules
logs
dist