-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.gitignore
65 lines (57 loc) · 1.1 KB
/
.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Build artifacts, log and preference files
javac.*.args
*.preferences.xml
**/current_commit_hash.txt
**/log.out
**/*.log.gz
bin/
swing-inspector-linux-1.2.3/
target/
# C extensions
*.so
vadere_analysis_tool/build
# IDEs
.idea/
*.iml
.settings/
.metadata/
.classpath
.project
.vscode
.apt_generated
.apt_generated_tests
.factorypath
# Package specific
VadereGui/*.png
VadereGui/*.svg
VadereGui/*.mov
VadereGui/testResources/**/*.legacy
VadereUtils/testreports/*.txt
VadereSimulator/testResources/**/*.legacy
# Python (byte-compiled, optimized, DLL files etc.)
__pycache__/
*.py[cod]
*$py.class
**/venv/
_trial_temp/
Tools/VadereAnalysisTools/VadereAnalysisTool/vadereanalysistool.egg-info/
Tools/VadereAnalysisTools/VadereAnalysisTool/build/
Tools/VadereAnalysisTools/VadereAnalysisTool/dist/
.mypy_cache/
# Jupyter Notebooks
**/.ipynb_checkpoints
# Test output
Scenarios/**/output
Scenarios/**/*_private
Scenarios/**/**/legacy
VadereUtils/output/**
# Operating system files
.DS_Store
**/.directory
# Vadere output directories
**/output/
**/legacy/
**/*_private/
# Vadere Cache
**/__cache__
**/vadere-server-output