Skip to content

Commit 8139e4f

Browse files
committed
fix: gitignore
1 parent 16dcf2c commit 8139e4f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
*.py[cod]
33
*.log
44
*.egg-info
5-
venv
6-
.venv
5+
venv/
6+
.venv/
77
docs/_build
88
docs/crowdin.py
99
*.buildinfo
@@ -14,3 +14,7 @@ docs/crowdin.py
1414
*.jpg
1515
*.flac
1616
*.mo
17+
.idea/
18+
.DS_Store
19+
.python-version
20+
__pycache__

0 commit comments

Comments
 (0)