singularity-forge/.siftignore

53 lines
618 B
Text

.git/**
.sf/**
.bg-shell/**
.pytest_cache/**
.venv/**
venv/**
node_modules/**
**/node_modules/**
**/__pycache__/**
*.pyc
*.egg-info/**
**/build/**
**/dist/**
**/target/**
**/vendor/**
**/coverage/**
.cache/**
**/tmp/**
*.log
dist-test/**
packages/*/dist/**
packages/*/target/**
rust-engine/target/**
**/tsconfig.tsbuildinfo
.claude/**
.serena/**
.crush/**
.plans/**
.omg/**
.agents/**
**/.next/**
**/.cache/**
**/out/**
**/coverage/**
**/package-lock.json
**/yarn.lock
**/pnpm-lock.yaml
# Ignore large binaries and assets
*.node
*.so
*.dll
*.dylib
*.exe
*.bin
*.pack
*.woff2
*.png
*.jpg
*.jpeg
*.gif
*.svg
*.ico
*.pdf