-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitignore
More file actions
41 lines (34 loc) · 839 Bytes
/
.gitignore
File metadata and controls
41 lines (34 loc) · 839 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
# Python caching
**/__pycache__/
*.pyc
/.mypy_cache/
# Typical virtualenv dir
venv/
# IDE settings
.idea/
# Python distribution artifacts
build/
dist/
*.egg-info/
docs/build/
# Coverage artifacts
.coverage
htmlcov/
docs/build/
.hypothesis/
# Customized config files
sdk/test/test_config.ini
# Schema files needed for testing
sdk/test/adapter/schemas
# Ignore dynamically generated version file
sdk/basyx/version.py
compliance_tool/aas_compliance_tool/version.py
server/app/version.py
# Ignore the content of the server storage
server/example_configurations/repository_standalone/input/
server/example_configurations/repository_standalone/storage/
server/example_configurations/registry_standalone/input/
server/example_configurations/registry_standalone/storage/
/storage/
server/storage/
/server/example_configurations/compose.yml