Skip to content

Limit Vercel deployment inputs - #5

Merged
mitulpatel123 merged 1 commit into
mainfrom
agent/vercel-upload-scope
Aug 8, 2026
Merged

Limit Vercel deployment inputs#5
mitulpatel123 merged 1 commit into
mainfrom
agent/vercel-upload-scope

Conversation

@mitulpatel123

Copy link
Copy Markdown
Owner

Excludes local raw/processed BTS data, training scripts, tests, and reports from serverless uploads while retaining the runtime API and portable JSON model. This reduced the production upload from more than 100 MB to 131 bytes after cache reuse. The deployed v0.2.0 health, metadata, and prediction endpoints were verified.

@mitulpatel123
mitulpatel123 marked this pull request as ready for review August 8, 2026 23:21
@mitulpatel123
mitulpatel123 merged commit 79dc6ab into main Aug 8, 2026
2 checks passed
@mitulpatel123
mitulpatel123 deleted the agent/vercel-upload-scope branch August 8, 2026 23:21

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9cd4037f62

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .vercelignore
Comment on lines +1 to +3
.git/
.pytest_cache/
.venv/

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Preserve sensitive .gitignore exclusions

When vercel runs from a checkout after the documented local server has created flightops.db—or when a local .env exists—this new file becomes the active ignore list: Vercel documents that .vercelignore takes precedence over .gitignore. Because this list does not repeat the repository's .env and *.db exclusions, the CLI uploads local configuration and SQLite event data, potentially exposing data and reintroducing oversized uploads; preserve those patterns here.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant