-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.gitignore
81 lines (63 loc) · 817 Bytes
/
.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# exlcude temp folder
temp
# exclude data files
/data
data/ucr/*
# Jupyter
*.bundle.*
lib/
node_modules/
*.egg-info/
.ipynb_checkpoints
.ipynb_checkpoints/
*.tsbuildinfo
# IDE
.vscode
.vscode/*
#Cython
*.pyc
# Packages
*.egg
!/tests/**/*.egg
/*.egg-info
/dist/*
build
_build
.cache
*.so
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
.pytest_cache
.DS_Store
.idea/*
.python-version
.vscode/*
/test.py
/test_*.*
/setup.cfg
MANIFEST.in
/docs/site/*
/tests/fixtures/simple_project/setup.py
/tests/fixtures/project_with_extras/setup.py
.mypy_cache
.venv
/releases/*
pip-wheel-metadata
/poetry.toml
poetry/core/*
# Logs
log.txt
logs
/logs/*
# Experiment Results
# results
# results/*
# Sphinx Docs
/docs/source/generated_api/
/docs/source/README.md
/docs/build/
# Distro
/dist