# Vendor manual (Applied Biosystems 3400 User Guide, part 4334680C) -- not ours to redistribute
dna.pdf
# Derived from dna.pdf via pdftotext; regenerate as needed
dna.txt

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# macOS
.DS_Store

# Editors
.vscode/
.idea/
*.swp

# Arduino IDE build output
build/
*.hex

# Python build artifacts
dist/
.venv-build/
