About Custom Zipping
To archive a Python module on macOS excluding OS-specific files and Python bytecode, you can use the zip command in the Terminal:
$ zip -r my_python_module.zip my_python_module \
-x "*.DS_Store" -x "*.pyc" -x "__pycache__"
Why would you need that? Maybe for some quick sharing with a friend?
Also by me
Django Messaging 🎅🏼
For Django-based social platforms.
Django App for You
Django Paddle Subscriptions 🎅🏼
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent 🎅🏼
For Django websites that use cookies.
Django App for You