Skip to content

Commit 8eb7197

Browse files
authored
Add python-specific git ignores to Python templates (#10781)
1 parent 1651f6e commit 8eb7197

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

.changeset/new-lizards-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-cloudflare": minor
3+
---
4+
5+
Adds Python-specific folders to gitignore in Python templates

packages/create-cloudflare/templates/hello-world-durable-object-with-assets/py/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jspm_packages/
6161
.env*
6262
!.env.example
6363
.wrangler/
64+
65+
# python-specific
66+
python_modules/
67+
.venv/
68+
.venv-workers/

packages/create-cloudflare/templates/hello-world-durable-object/py/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jspm_packages/
6161
.env*
6262
!.env.example
6363
.wrangler/
64+
65+
# python-specific
66+
python_modules/
67+
.venv/
68+
.venv-workers/

packages/create-cloudflare/templates/hello-world-with-assets/py/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jspm_packages/
6161
.env*
6262
!.env.example
6363
.wrangler/
64+
65+
# python-specific
66+
python_modules/
67+
.venv/
68+
.venv-workers/

packages/create-cloudflare/templates/hello-world/py/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jspm_packages/
6161
.env*
6262
!.env.example
6363
.wrangler/
64+
65+
# python-specific
66+
python_modules/
67+
.venv/
68+
.venv-workers/

0 commit comments

Comments
 (0)