Files
periscope/.gitignore
Cursor Agent 48246f31bd Adapt Pinscope to DeepSeek, auto datasheets, and a shared library.
Based on manvalan/pinscope main. Default LLM is DeepSeek with local
skills and PDF ingest. Datasheets are fetched from LCSC/TI, stored in
the component library, and review extracts abs-max with a deeper
checklist. Adds scripts/update-pinscope.sh for the production host.
2026-08-27 23:06:23 +00:00

68 lines
869 B
Plaintext

# Staged at build time by cloudbuild from frontend/content/changelog.md
# so the Dockerfile can COPY it past .dockerignore's frontend/ exclude.
backend/_changelog.md
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
ENV/
# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
# Type checkers
.mypy_cache/
.pyre/
.pytype/
# Editors / OS
.vscode/
.idea/
.DS_Store
# Secrets
.env
.env.local
**/.env
**/.env.local
# Claude Code
.claude/
.agents/
skills-lock.json
# Runtime data (projects, library)
data/
backend/data/
# Frontend
frontend/node_modules/
frontend/.next/
frontend/out/
.next/
# retrospective
*.retrospective
.vercel
# Local-only sample inputs (client schematics, test files)
edif-files/
# Cloud agent scratch
agent-tools/