Skip to content

Commit

Permalink
Adds a .gitignore for Python virtual environments. (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#4881)

Some projects such as the trace-analytics-sample-app and the current smoke tests use Python. Using Python virtual environments lets developers use these without affecting their local Python environment. Ignore .venv directories which Python virtual environments use.

Signed-off-by: David Venable <dlv@amazon.com>
  • Loading branch information
dlvenable committed Sep 4, 2024
1 parent cf9584a commit 7f7d2dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ gradle/tools
# Ignore config file generated by test
data-prepper-main/src/test/resources/logstash-filter.yaml
data-prepper-main/src/test/resources/logstash-conf/logstash-filter.yaml

# Python virtual environments
.venv

0 comments on commit 7f7d2dd

Please sign in to comment.