PicoBot/.gitignore

35 lines
347 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
# Project specific
AGENTS.md
CLAUDE.md
PicoBot.code-workspace
.picobot
output
.python-version
pyproject.toml
uv.lock
node_modules
dist