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 1e2632f commit 856596eCopy full SHA for 856596e
.gitignore
@@ -6,6 +6,11 @@ __pycache__/
6
# C extensions
7
*.so
8
9
+# ignore any data saved by the diffpy.cmi examples
10
+docs/examples/ch*/solutions/diffpy-cmi/fig/*
11
+docs/examples/ch*/solutions/diffpy-cmi/fit/*
12
+docs/examples/ch*/solutions/diffpy-cmi/res/*
13
+
14
# Distribution / packaging
15
.Python
16
env/
0 commit comments