Skip to content

Commit 2ecce36

Browse files
committed
fix: add back deleted segments in files
1 parent e7e38aa commit 2ecce36

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.codespell/ignore_words.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
;; abbreviation for "materials" often used in a journal title
55
mater
66

7+
;; alternative use of socioeconomic
8+
socio-economic
9+
710
;; Frobenius norm used in np.linalg.norm
811
fro
12+
13+
;; library used for Python package release, no longer used
14+
rever

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,7 @@ target/
9191

9292
# Ipython Notebook
9393
.ipynb_checkpoints
94+
95+
# version information
96+
setup.cfg
97+
/src/diffpy/*/version.cfg

0 commit comments

Comments
 (0)