Skip to content

Commit 5837c39

Browse files
chores: remove .venv from the repository
1 parent a3d19d1 commit 5837c39

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ __pycache__/
2222
/.cache/
2323
/data/
2424

25-
notebooks/cache/*
26-
/.venv/*
25+
notebooks/cache/
26+
.venv/

notebooks/template_notebooks.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
],
318318
"metadata": {
319319
"kernelspec": {
320-
"display_name": ".venv",
320+
"display_name": "Python 3",
321321
"language": "python",
322322
"name": "python3"
323323
},

0 commit comments

Comments
 (0)