.plan.md
VIRTUOSO_DOCS.md
_archived/
sharpe-tui/
sharpe-jupyter-extension/
sharpe-tui/
dremio-data/
generate_lumenary_trades.py
promote_all_tables.py
upload_simple.py
__pycache__/
backup/
pnpm-workspace.docker.yaml
sharpe-helm/*.*
sharpe-helm/*/*.*
!/observability/*.yaml
!/docker-compose*.yaml
vertex_key.txt
/docs

# Allow db/migrations to be tracked (Drizzle migration files)
# but ignore local database files
*.db
*.sqlite
*.sqlite3

.deployment
.ai-sdk-tools/
AI_SDK_TOOLS_MIGRATION.md
# Jupyter extension build outputs and artifacts
apps/jupyter-extension/dist/
apps/jupyter-extension/dev-dist/
apps/jupyter-extension/sharpe_jupyter_extension/labextension/
apps/jupyter-extension/sharpe_jupyter_extension/_version.py
apps/jupyter-extension/*.egg-info/
apps/jupyter-extension/.jupyter_ystore.db
apps/jupyter-extension/*.ipynb
apps/jupyter-extension/.ipynb_checkpoints
apps/jupyter-extension/notebooks/
apps/jupyter-extension/style/tailwind-compiled.css
apps/jupyter-extension/style/base-compiled.css
apps/jupyter-extension/tsconfig.tsbuildinfo

# WWW
/apps/www/ai-saas/
/apps/www/.next/
/apps/www/.open-next/
/apps/www/.vercel/
/apps/www/.dev.vars
/apps/www/.env*
/apps/www/next-env.d.ts
# compiled outputs in source dirs
/apps/www/**/*.js
/apps/www/**/*.d.ts
/apps/www/**/*.d.ts.map
!/apps/www/next.config.js
!/apps/www/postcss.config.js
!/apps/www/tailwind.config.js
# Keep type augmentation files (e.g., next-auth module augmentation)
!/apps/www/types/**/*.d.ts

# dependencies
/node_modules
# package build outputs and deps (handled by pnpm workspaces)
/packages/*/node_modules
/packages/*/dist
/packages/shared/README.md
/apps/*/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz
package-lock.json
TOOLS.md

# knowledge & source docs
/knowledge

# testing
coverage/

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
*.pem
.eslintcache

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local
.env

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

# turbo
**/.turbo/**
!/.turbo/config.json

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

/python/data/**
/python/.env
/python/uv.lock
# Jupyter extension test artifacts
apps/jupyter-extension/src/highlight/__tests__/real-stream-example.txt
apps/jupyter-extension/src/highlight/__tests__/python-example-from-stream.py

# Observability data
/observability/data/
tempo-data/
loki-data/
grafana-data/


# TODO @Vivekhaz once we have deployment ironed out I would like this to be checked in.
infra/**

*.tar

# Dremio test scripts and data
create_dremio_datasets.py
create_vds_bulk.py
generate_10k_tables.py
generate_tables_fast.py
generated_tables/
populate_dremio.sh
populate_dremio_nested.sh
promote_folders.py
promote_parquet_files.py
promote_tables.py
test_tables/
upload_to_minio.py
upload_to_minio_nested.py

# Test marketplace for claude-plugins connector
/test-marketplace/

# Vite SPA
/apps/spa/dist/
/apps/spa/.env*

# External repos for exploration
sharpe_branch/

# Polymarket (local dev only)
apps/spa/src/components/polymarket/
apps/spa/src/hooks/polymarket/
apps/spa/src/lib/polymarket/
apps/spa/src/pages/polymarket/
browser_tests/
