Skip to content

Commit 33f4d00

Browse files
committed
fix: expand .gitignore to include Python-related files and virtual environments
1 parent 9bdaafd commit 33f4d00

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
.DS_Store
22
site/
3+
4+
# Python
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
9+
# Python virtual environments
10+
.venv/
11+
venv/
12+
env/
13+
ENV/

0 commit comments

Comments
 (0)