# t3 code original reference folder (development only)
t3code-original/

# reference repos (development only)
_reference/

# temporary local assets
tempAssetsDoNotCommit/

# monorepo root — local-only folders not shipped to GitHub
/docs/
/scripts/

# standalone cloud app — superseded by trifecta-www unified app
trifecta-cloud/

# system files
.DS_Store
Thumbs.db

# dependencies
node_modules/
.pnp
.pnp.js

# build outputs
.next/
out/
dist/
build/
*.tsbuildinfo

# android
.gradle/
local.properties
*.iml
.cxx/

# ios
*.xcworkspace/xcuserdata/
*.xcodeproj/xcuserdata/
*.xcodeproj/project.xcworkspace/xcuserdata/
DerivedData/
*.ipa
*.dSYM.zip
*.dSYM

# testing
coverage/
*.lcov

# misc
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
*.log

# vercel
.vercel

# turbo
.turbo

# server build output (for deployment)
/server/

# trifecta desktop generated artifacts
trifecta-desktop/.bun/
trifecta-desktop/.electron-runtime/
trifecta-desktop/.logs/
trifecta-desktop/.tanstack/
trifecta-desktop/.vitest-*/
trifecta-desktop/.astro/
trifecta-desktop/**/.astro/
trifecta-desktop/**/.vite/
trifecta-desktop/**/.turbo/
trifecta-desktop/**/dist-electron/
trifecta-desktop/release/
trifecta-desktop/release-mock/
trifecta-desktop/squashfs-root/
trifecta-desktop/apps/web/.playwright/
trifecta-desktop/apps/web/playwright-report/
trifecta-desktop/apps/web/src/components/__screenshots__/
trifecta-desktop/**/__screenshots__/
trifecta-desktop/apps/server/caches/
trifecta-desktop/apps/server/userdata/
trifecta-desktop/apps/server/worktrees/
