Skip to content

Commit 1b39307

Browse files
committed
Add gitignore file for some common unwanted files and directories
1 parent 7365b56 commit 1b39307

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
*.py[cod]
2+
__pycache__/
3+
_build*
4+
build
5+
logs
6+
training
7+
.*.swp
8+
.*.swo
9+
.eggs
10+
.tox
11+
.vagrant
12+
.venv
13+
.venv9
14+
.DS_Store
15+
**/.DS_Store

0 commit comments

Comments
 (0)