No comment banners
Don’t use decorative section dividers or box comments.test_something.py with banner-separated sections, create a something/ directory:
No __init__.py re-exports
Never add imports to __init__.py files. Re-exporting from __init__.py makes imports too wide and slow — importing one symbol pulls in the entire package tree.
skip
