forked from andiburger/growatt2mqtt
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (37 loc) · 651 Bytes
/
.gitignore
File metadata and controls
43 lines (37 loc) · 651 Bytes
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
__pycache__
*.pyc
.vscode
settings.json
# Ignore Python virtual environment directories
virtualenv/*
venv/
env/
.venv/
.env/
growatt2mqtt.cfg
growatt2mqtt.service
config.cfg
*.cfg
*.old
invertermodbustomqtt.service
log.txt
variable_mask.txt
variable_screen.txt
.~lock.*
protocols/*custom*
protocols/*/*custom*
protocols/*override*
protocols/*/*override*
classes/transports/*custom*
input_registry.json
holding_registry.json
#ignore pypi / pyproject.toml output
dist/*
build/*
python_protocol_gateway.egg-info/*
#ignore inflxudb files
inflxudb_backlog/*
#ignore dumps for dev
tools/dumps/*
/.vs/PythonProtocolGateway.slnx/FileContentIndex
/.vs