Skip to content

Commit 2ea0629

Browse files
SamLau95yuvipanda
authored andcommitted
Add to gitignore
1 parent 23e3752 commit 2ea0629

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.gitignore

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
1+
.DS_Store
2+
3+
### Python ###
4+
# Byte-compiled / optimized / DLL files
15
__pycache__/
26
*.py[cod]
7+
*$py.class
8+
9+
# Distribution / packaging
10+
.Python
11+
env/
312
build/
413
develop-eggs/
514
dist/
6-
.DS_Store
15+
downloads/
16+
eggs/
17+
.eggs/
18+
lib/
19+
lib64/
20+
parts/
21+
sdist/
22+
var/
23+
*.egg-info/
24+
.installed.cfg
25+
*.egg
26+

0 commit comments

Comments
 (0)