forked from OpenMined/PyDP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (55 loc) · 765 Bytes
/
.gitignore
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
_pydp.so
# bazel files
bazel-bin
bazel-out
bazel-PyDP
bazel-testlogs
bazel-genfiles
bazel-cache
# don't commit any changes to git-submodules
third_party/
# we don't want everyone to have our vscode configurations
.vscode/
# MacOS directory file
.DS_Store
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
Pipfile.lock
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
.coveragepy
.coveragepy.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
.mypy_cache/
docs/_build/*
docs/_generate/*
*.gcov
coverage_report/*
!coverage_report/index.html