# Python caches
__pycache__/
*.py[cod]

# Firmware and media are external inputs
*.bin
*.rom
*.hex
*.iso
*.img
*.cci

# Generated runtime evidence and packages
*.log
*.csv
*.output.txt
*.zip
*.7z
*.rar
*_artifacts/
artifacts/
logs/
results/

# Compiled outputs
*.exe
*.dll
*.obj
*.pdb

# Workstation metadata
.vs/
.vscode/
