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 661c041 commit 0e1401cCopy full SHA for 0e1401c
1 file changed
.gitignore
@@ -1,6 +1,3 @@
1
-multiqc_data*
2
-multiqc_report*
3
-
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
6
*.py[cod]
@@ -131,18 +128,21 @@ dmypy.json
131
128
# Pyre type checker
132
129
.pyre/
133
130
134
135
# multiqc tests
136
multiqc_report.html
137
-multiqc_data
+multiqc_data*
+multiqc_plots*
+multiqc_report*
138
139
# test data
140
test
141
data
142
143
# MacOS cruft
144
.DS_Store
145
-workspace.code*# pixi environments
+workspace.code*
+
+# pixi environments
146
.pixi/*
147
!.pixi/config.toml
148
pixi.lock
0 commit comments