Skip to content

Commit b4cb4a0

Browse files
Update .gitignore
1 parent f346c43 commit b4cb4a0

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

.gitignore

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5-
.env
6-
.venv
7-
env/
85
venv/
6+
.env
97

108
# PyInstaller & Build
119
build/
@@ -15,12 +13,7 @@ run.py
1513

1614
# Inno Setup
1715
Output/
18-
*.iss
1916

20-
# IDE (VS Code, PyCharm)
17+
# IDE
2118
.vscode/
2219
.idea/
23-
24-
# OS
25-
.DS_Store
26-
Thumbs.db

0 commit comments

Comments
 (0)