Skip to content

Commit 4e02483

Browse files
committed
Merge branch 'main' into bundled-optional-exts
# Conflicts: # dapr/ext/strands/AGENTS.md
2 parents cd8b10e + 5f3d4fd commit 4e02483

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dist/
1414
downloads/
1515
eggs/
1616
.eggs/
17+
**/**/*.egg-info/
1718
lib/
1819
lib64/
1920
parts/
@@ -26,6 +27,11 @@ share/python-wheels/
2627
.installed.cfg
2728
*.egg
2829
MANIFEST
30+
**/**/__pycache__/
31+
**/**/.mypy_cache/
32+
**/**/.pytest_cache/
33+
**/**/.ruff_cache/
34+
**/**/.venv/
2935

3036
# PyInstaller
3137
# Usually these files are written by a python script from a template

0 commit comments

Comments
 (0)