Skip to content

Commit 18b0e4b

Browse files
committed
add missing .gitignore
1 parent 2787a9d commit 18b0e4b

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Eclipse project files
2+
.cproject
3+
.project
4+
.settings/
5+
6+
# Visual Studio Code
7+
.vscode/
8+
9+
# OSX files
10+
.DS_Store
11+
12+
# Python created files
13+
.eggs/
14+
.tox/
15+
dist/
16+
datasketches.egg-info/
17+
datasketches/__pycache__/
18+
tests/__pycache__/
19+
20+
# build aritfacts
21+
build/
22+
docs/build/

0 commit comments

Comments
 (0)