Skip to content

Commit 866ceb5

Browse files
committed
refactor: add non-necessary files in .gitignore for python
1 parent ee2e8b5 commit 866ceb5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
+6-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
*.local
1+
# Python bytecode
2+
__pycache__/
3+
4+
# Python virtual environment
5+
venv/
6+
*.local

0 commit comments

Comments
 (0)