Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 07c7633

Browse files
committed
updated
1 parent ffad278 commit 07c7633

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.gitignore

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
# Python virtual environment
2-
myenv/
3-
4-
# Byte-compiled Python files
5-
__pycache__/
6-
*.pyc
7-
*.pyo
8-
9-
# Nuitka build artifacts
10-
*.dist/
11-
*.build/
12-
*.onefile-build/
13-
*.pyz
14-
*.pyz.gpg
15-
161
# C Build
172
*.o
183

194
# Ignore any folder whose name contains "build"
205
*build*/
6+
7+
# Ignore any folder whose name is dist
8+
/dist

0 commit comments

Comments
 (0)