Skip to content

Commit 0e31ddf

Browse files
CopilotAryanVBW
andcommitted
Update .gitignore to exclude Python cache and build files
Co-authored-by: AryanVBW <92390419+AryanVBW@users.noreply.github.com>
1 parent 08b50bf commit 0e31ddf

11 files changed

Lines changed: 25 additions & 1 deletion

.gitignore

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
.DS_Store
1+
.DS_Store
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
*.so
6+
.Python
7+
build/
8+
develop-eggs/
9+
dist/
10+
downloads/
11+
eggs/
12+
.eggs/
13+
lib/
14+
lib64/
15+
parts/
16+
sdist/
17+
var/
18+
wheels/
19+
*.egg-info/
20+
.installed.cfg
21+
*.egg
22+
.pytest_cache/
23+
.coverage
24+
htmlcov/
25+
*.log

__pycache__/setup.cpython-313.pyc

-3.02 KB
Binary file not shown.
-190 Bytes
Binary file not shown.
-10.7 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-704 Bytes
Binary file not shown.
-694 Bytes
Binary file not shown.
-9.63 KB
Binary file not shown.
-2.14 KB
Binary file not shown.
-4.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)