Skip to content

Conversation

@avara1986
Copy link
Member

Description

This PR adds the .cursor/ directory to the .gitignore file to prevent Cursor IDE-specific files from being tracked in the repository.

Changes

  • Added .cursor/ to .gitignore

Checklist

  • PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

@github-actions
Copy link
Contributor

CODEOWNERS have been resolved as:

.gitignore                                                              @DataDog/apm-core-python

@avara1986 avara1986 added the changelog/no-changelog A changelog entry is not required for this PR. label Mar 27, 2025
@avara1986 avara1986 marked this pull request as ready for review March 27, 2025 10:35
@avara1986 avara1986 requested a review from a team as a code owner March 27, 2025 10:35
@avara1986 avara1986 requested a review from erikayasuda March 27, 2025 10:35
@avara1986 avara1986 enabled auto-merge (squash) March 27, 2025 10:35
@github-actions
Copy link
Contributor

Bootstrap import analysis

Comparison of import times between this PR and main.

Summary

The average import time in this PR is: 233 ± 4 ms.

The average import time in main is: 235 ± 3 ms.

The import time difference between this PR and main is: -1.9 ± 0.2 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 1.979 ms (0.85%)
ddtrace.bootstrap.sitecustomize 1.331 ms (0.57%)
ddtrace.bootstrap.preload 1.331 ms (0.57%)
ddtrace.internal.products 1.331 ms (0.57%)
ddtrace.internal.remoteconfig.client 0.676 ms (0.29%)
ddtrace 0.648 ms (0.28%)

@pr-commenter
Copy link

pr-commenter bot commented Mar 27, 2025

Benchmarks

Benchmark execution time: 2025-03-27 11:08:39

Comparing candidate commit cc13483 in PR branch avara1986/add_cursor_to_gitignore with baseline commit 46f1323 in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 498 metrics, 2 unstable metrics.

@avara1986 avara1986 merged commit 188a109 into main Mar 27, 2025
277 checks passed
@avara1986 avara1986 deleted the avara1986/add_cursor_to_gitignore branch March 27, 2025 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants