We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40fa56 commit 79cee14Copy full SHA for 79cee14
.gitignore
@@ -33,6 +33,6 @@ benchmark/*
33
# Misc files
34
.DS_Store
35
/notebooks/*
36
-/profile/*
+**/profile/*
37
/statprof/*
38
/debug/*
codecov.yaml
@@ -0,0 +1,11 @@
1
+# Ignore some of the untestable examples
2
+# until we can find a good way to handle
3
+# their heavy package dependencies
4
+ignore:
5
+ - "examples/constituents"
6
+ - "examples/EDM4hep"
7
+ - "examples/lundplane"
8
+ - "examples/softkiller"
9
+ - "examples/substructure"
10
+ - "examples/visualisation"
11
+ - "test/data"
0 commit comments