Skip to content

Commit f23bec1

Browse files
yuvipandajnywong
authored andcommitted
Add some more python specific pieces to .gitignore
1 parent f49d135 commit f23bec1

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

.gitignore

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
1-
**/__pycache__
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[codz]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
share/python-wheels/
24+
*.egg-info/
25+
.installed.cfg
26+
*.egg
27+
MANIFEST
28+
229
# MyST docs
330
_build
431
node_modules/

0 commit comments

Comments
 (0)