Add .gitignore and remove .pyc files from tracking
This commit is contained in:
parent
28a2138dd7
commit
bf7e034477
.gitignore
IoT
iot_device_sdk_python
__init__.pyc
iot_lite.pycclient
__init__.pycclient_conf.pycconnect_auth_info.pycdevice_client.pyciot_result.pyc
listener
__init__.pyccommand_listener.pycdefault_publish_action_listener.pycdevice_message_listener.pycdevice_shadow_listener.pycproperty_listener.pycraw_device_message_listener.pyc
mqtt_connect_conf.pycrequest
devicelog
filemanager
gateway
__init__.pycabstract_gateway.pycgtw_operate_sub_device_listener.pyc
iot_device.pycrequests
__init__.pycadd_sub_device_failed_reason.pycadded_sub_device_info.pycadded_sub_device_info_rsp.pycdel_sub_device_failed_reason.pycdevice_info.pycdevice_property.pycdevice_status.pycgtw_add_sub_device_rsp.pycgtw_del_sub_device_rsp.pycscan_sub_device_notify.pycsub_devices_info.pyc
sub_dev_discovery_listener.pycsub_devices_persistence.pycota
__init__.pycota_listener.pycota_package_info.pycota_package_info_v2.pycota_query_version.pycota_service.pyc
rule
__init__.pyc
model
action_handler.pycactions.pyccondition_execute.pycconnditions.pycdevice_info.pycrule_info.pyctime_range.pyc
rule_manage_service.pyctimer_rule
util
service
timesync
transport
__init__.pycaction_listener.pycbuffer_message.pycconnect_action_listener.pycconnect_listener.pycconnection.pyc
mqtt
raw_message.pycraw_message_listener.pycutils
Language
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
# 忽略 Python 缓存文件和编译文件
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# 忽略虚拟环境
|
||||
venv/
|
||||
.env/
|
||||
.venv/
|
||||
env/
|
||||
|
||||
# 忽略日志、临时文件
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# 忽略 Jupyter 缓存
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# 忽略 VS Code 或 PyCharm 等 IDE 配置
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 忽略构建目录
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.eggs/
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
IoT/iot_lite.pyc
BIN
IoT/iot_lite.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user