-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
82 lines (67 loc) · 805 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
82
# docs
docs/source/apidocs
build
_build
.cache
.bash_history
# data
data/
# IDEs
.vscode
.idea
# python caching artefacts
**/__pycache__
**/*.pyc
.ipynb_checkpoints
# data files
*.csv
*.geojson
*.jlb
*.htmls
*.osm
# Packaging
*.egg-info
dist
build
# users environments
dfi-api.env
.env
env
tests.env
.venv
venv
version.env
# testing
coverage/
reports/
htmlcov/
.coverage
coverage.xml
test-reports/
pylint.txt
junit.xml
# production
client/build
server/public
/bin
# misc artefacts
.DS_Store
.ipynb_checkpoints/
npm-debug.log*
.pytest_cache
.ruff_cache
.mypy_cache
#sonarqube
.scannerwork
.sonar
# End of https://www.gitignore.io/api/osx,python,pycharm+all,jupyternotebooks,visualstudiocode
tox.ini
/_data
.config
.npm
test_temp.csv
data_temp.jlb
# temporary files
z_*
secrets.env
tests.env