# Secrets and credentials .env .env.* auth.json *.pem *.key *.secret secrets/ # Runtime / logs / caches logs/ *.log sessions/ platforms/pairing/* __pycache__/ .DS_Store cache/* !cache/.gitkeep tmp/ temp/ outputs/tmp/ exports/tmp/ *.tmp *.bak # Node/Python/build noise node_modules/ .venv/ venv/ dist/ build/ .pytest_cache/ .mypy_cache/ # Raw user/NAS materials are copied locally for processing but not committed by default source/user_uploads/* !source/user_uploads/.gitkeep source/nas_copies/* !source/nas_copies/.gitkeep # Large/generated intermediate design files can be added deliberately when final work/**/tmp/ work/**/cache/