-
Notifications
You must be signed in to change notification settings - Fork 33
/
.gitignore
51 lines (40 loc) · 927 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# gitignore comments have to be on their own line
# No PyCharm
.idea/
# Ignore Mac Finder metadata file
.DS_Store
# Ignore JupyterLab stuff
.ipynb_checkpoints/
# Distribution/packagaing shit
*egg-info/
# Byte-configuration and optimization files
*__pycache__/
*.pyc
# No PyPi stuff
pypi_packaging.sh
dist/
build/
# Local notes & testing folder
JOSS/
local_doped_testing/
# POTCARs not allowed
*POTCAR
# Sphinx documentation
docs/_build/
docs/jupyter_execute/
# VSCode
.vscode/settings.json
# MgO example
Test_disp.ipynb
examples/MgO/Defects/parse.sh
examples/MgO/Defects/*/vasp_std/KPOINTS
examples/MgO/Defects/*/vasp_std/INCAR
examples/MgO/Defects/*/vasp_std/*.cmdx
examples/MgO/Defects/*/vasp_std/POSCAR
examples/MgO/Defects/*/vasp_std/CONTCAR
examples/MgO/SnB/*/*/KPOINTS
examples/MgO/SnB/*/*/INCAR
examples/MgO/SnB/*/*/*.cmdx
examples/MgO/SnB/*.sh
examples/MgO/Bulk_relax/*INCAR
examples/MgO/Bulk_relax/*KPOINTS