DeDRM_tools/.gitignore
Josh Cotton 9143213d96 Fix #585.
Use /sys/class/net/IFACE/address for the MAC address instead of the ip
command.
2024-07-29 23:15:02 -07:00

12 lines
170 B
Text

# Mac files
.DS_Store
# local test data
/user_data/
# Cache
/DeDRM_plugin/__pycache__
/DeDRM_plugin/standalone/__pycache__
# zip from make_release.py
/DeDRM_tools.zip