Files
periscope/.gitignore
michele c362ef8a56 Split native Periscope (periscope/src) from inherited PinScope (periscope/dependency).
Keep validate.py and the finding engine as-is. AGPL LICENSE stays at the repo root.
Docker overlays dependency then src. Do not delete the inherited tree.
2026-09-20 14:31:42 +02:00

68 lines
924 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/
.merge/
periscope/dependency/frontend/node_modules/
periscope/dependency/frontend/.next/
periscope/src/frontend/.next/
.next/
# retrospective
*.retrospective
.vercel
# Local-only sample inputs (client schematics, test files)
edif-files/
# Cloud agent scratch
agent-tools/