This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
112 lines (93 loc) · 1.42 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
## Temp files
*.bak
*.BAK
## Python: https://github.com/github/gitignore/blob/master/Python.gitignore
##
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
/MANIFEST
develop-eggs
*.eggs/
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Binder puts here a proper user dir
/.bash*
/.cache
/.config
/.inputrc
/.jupyter
/.ipython
/.npm
/.local
/.profile
/.python_history
## VisualStudioCode ###
# From https://stackoverflow.com/questions/51876769/should-you-commit-vscode-symbols-file-to-source-control
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
## Eclipse: https://github.com/github/gitignore/blob/master/Global/Eclipse.gitignore
##
.metadata
.gradle
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
__pycache__/
.mypy_cache/
.pytest_cache/
.ipynb_checkpoints/
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
# TeXlipse plugin
.texlipse/.settings
# Word
*.docx#
#Scratch
~*
*scratch*
*.log
# LibreOffice lock-files
*\#
# From doctest.
cycle_run.csv
coverage.xml
cover/
/.noseids
/wltp-*
/.project
/.pydevproject
/*venv*
## User must regenerate to ensure fresh results
# and note burden GitHub/bandwidth.
/Notebooks/VehData/WltpGS-pyalgo.h5*