forked from iterorganization/IMAS-Data-Dictionary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (42 loc) · 696 Bytes
/
.gitignore
File metadata and controls
46 lines (42 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
*~
dd_data_dictionary.xml
dd_data_dictionary_validation.txt
data_dictionary.xml
IDSDef.xml
IDSNames.txt
html_documentation/*.html
!html_documentation/dd_versions.html
html_documentation/cocos/ids_cocos_transformations_symbolic_table.csv
install/
html_documentation/utilities/coordinate_identifier.xml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
imas_data_dictionary/_version.py
imas_data_dictionary/resources
# IDE
.vscode/
# virtual environment
.venv/
uv.lock
install.log