-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
64 lines (56 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
# Editors
.vscode/
.idea/
*.un~
# Mac/OSX
.DS_Store
# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Coverage reports
htmlcov/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
cover/
# Distribution/packaging
.Python
build/
develop-eggs/
dist/
dowloads/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
*.egg
# Backup files
*.bak
# Jupyter
.ipynb_checkpoints
# Directories generated by tests
tests/resources/*/output_reports
tests/resources/*/output_kdic
tests/resources/dictionary/copy_output_kdic
tests/resources/scenario_generation/api/*/output
tests/resources/scenario_generation/general_options/output
tests/resources/scenario_generation/runner_version/output
tests/resources/*/copy_output_kdic
# File generated by documentation scripts/notebooks
kh_samples
doc/tutorials/
!doc/tutorials/index.rst
doc/samples/*.txt
doc/samples/kh_samples
doc/samples/my_classifier
doc/core/generated
doc/sklearn/generated
doc/internal/generated
doc/tools/generated
doc/_build/
doc/khiops-python-tutorial