Skip to content

Commit 1a881ec

Browse files
authored
Merge pull request #21 from ecmwf/develop
release/0.8.0
2 parents 7ff4c54 + 9543106 commit 1a881ec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+3093
-673
lines changed

.dockerignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.venv
2+
skaffold.env
3+
.git
4+
.github
5+
./polytope_server.egg-info
6+
**/.git
7+
./polytope-mars/tests
8+
./polytope/tests
9+
./polytope/examples
10+
./polytope/performance

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ htmlcov
1111
validated.yaml
1212
merged.yaml
1313
polytope_server.egg-info
14-
**/build
14+
**/build
15+
.venv
16+
skaffold.env
17+
polytope-mars
18+
polytope
19+
covjsonkit

0 commit comments

Comments
 (0)