fdq 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ *.jpg filter=lfs diff=lfs merge=lfs -text
2
+ *.h5 filter=lfs diff=lfs merge=lfs -text
3
+ *.pkl filter=lfs diff=lfs merge=lfs -text
4
+ *.fdqm filter=lfs diff=lfs merge=lfs -text
fdq-0.0.1/.gitignore ADDED
@@ -0,0 +1,12 @@
1
+ # vscode
2
+ .vscode/
3
+
4
+ # complied python files
5
+ *.pyc
6
+
7
+ # test / cache outputs
8
+ **/__pycache__/
9
+ test/
10
+
11
+ # Distribution / packaging
12
+ dist/