Skip to content

Commit 41e3ce5

Browse files
authored
[git] add .gitignore (#87)
1 parent 3caedb3 commit 41e3ce5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.gitignore

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
*.egg-info
6+
7+
# Visual Studio Code files
8+
.vscode
9+
.vs
10+
11+
# PyCharm files
12+
.idea
13+
venv
14+
15+
# Eclipse Project settings
16+
*.*project
17+
.settings
18+
19+
# Sublime Text settings
20+
*.sublime-workspace
21+
*.sublime-project
22+
23+
# Editor temporaries
24+
*.swn
25+
*.swo
26+
*.swp
27+
*.swm
28+
*~
29+
30+
# IPython notebook checkpoints
31+
.ipynb_checkpoints
32+
33+
# macOS dir files
34+
.DS_Store
35+
36+
exp
37+
data
38+
tensorboard
39+
**/*build*

0 commit comments

Comments
 (0)