forked from libAtoms/testing-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (27 loc) · 696 Bytes
/
.gitignore
File metadata and controls
27 lines (27 loc) · 696 Bytes
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
*.pyc
*.idx
__pycache__
*~
temp/
example_models/Si/models/GAP/*
!example_models/Si/models/GAP/README
.DS_Store
example_models/Si/GAP-18/*
example_models/Si/models/GAP-18/*
example_models/Si/**/*.mtp
example_models/Si/run_dir/*
example_models/Si/run_dir/**/*
example_models/Si/run_dir/*/
example_models/Si/models/**/*.xml*
example_models/MoS/models/**/*.xml*
example_models/P/models/**/*.xml*
example_models/P/run_dir/*
example_models/P/run_dir/*/
example_models/P/run_dir/**
example_models/P/run_dir/**/*
example_models/MoS/run_dir/**
example_models/MoS/run_dir/*
example_models/MoS/run_dir/*/
example_models/MoS/run_dir/**/*
example_models/SiO2/run_dir/**/*
example_models/SiO2/models/**/*.xml*