1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Eclipse project files
.cproject
.project
.settings/
# Visual Studio Code
.vscode/
# OSX files
.DS_Store
# Compiler output, build specific
*.a
*.o
*.so
*.dll
*.dylib
bin/
lib/
Default/
# Python files
.eggs/
.tox/
dist/
python/datasketches.egg-info/
# Log file
# Package Files #
*.zip
*.tar.gz
# Other
local/
tmp/
_site/
_*
_*/
# exceptions
!__init__.py
docs
java