Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down Expand Up @@ -1191,6 +1192,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down Expand Up @@ -1510,6 +1512,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down Expand Up @@ -1776,6 +1779,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down Expand Up @@ -2109,6 +2113,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down Expand Up @@ -2317,7 +2322,6 @@ Use \`agentcore invoke\` to invoke your deployed agent.
exports[`Assets Directory Snapshots > Python framework assets > python/python/strands/base/gitignore.template should match snapshot 1`] = `
"# Environment variables
.env
.env

# Python
__pycache__/
Expand All @@ -2342,6 +2346,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
1 change: 1 addition & 0 deletions src/assets/python/autogen/base/gitignore.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
1 change: 1 addition & 0 deletions src/assets/python/crewai/base/gitignore.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
1 change: 1 addition & 0 deletions src/assets/python/googleadk/base/gitignore.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
1 change: 1 addition & 0 deletions src/assets/python/openaiagents/base/gitignore.template
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
2 changes: 1 addition & 1 deletion src/assets/python/strands/base/gitignore.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Environment variables
.env
.env

# Python
__pycache__/
Expand All @@ -25,6 +24,7 @@ wheels/
*.egg

# Virtual environments
.venv/
venv/
ENV/
env/
Expand Down
Loading