Skip to content

Commit da261fb

Browse files
committed
Update .gitignore.
1 parent bd29947 commit da261fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
__pycache__/
22
.DS_Store
3-
pymatgen.egg-info
3+
*.egg-info
44
*.o
55
*.so
66
*.pyc
77
*.swp
88
*.swo
99
*.pyd
1010
*.c
11-
pymatgen/pymatgen.cfg
1211
dist
1312
_build
1413
_site
@@ -21,13 +20,12 @@ build
2120
setuptools*
2221
.ipynb_checkpoints
2322
.cache
24-
.tox
2523
.eggs/
2624
.coverage
2725
.*_cache
2826
# VS Code
2927
.vscode/*
30-
28+
*.code-workspace
3129
# Environments
3230
.env
3331
.venv

0 commit comments

Comments
 (0)