# Large binary archives - download from Silicon Labs as needed # See CLAUDE.md for links docs/app-notes/*.zip docs/software/*.tar # Build artifacts build/ *.o *.a # 32-bit Eclipse GUI (doesn't run on 64-bit, too heavy for git) AN721SW/Linux/customizer/ AN721SW/Mac/ AN721SW/Windows/ # Compressed source tarballs (we extract these) AN721SW/Linux/LibrarySourcePackages/*.tar.gz AN721SW/Linux/ManufacturingTool/*.tar.gz # Editor/IDE *.swp *.swo *~ .vscode/ .idea/ # OS .DS_Store Thumbs.db # Python __pycache__/ *.pyc .venv/ *.egg-info/