# Python
__pycache__/
*.py[cod]
*$py.class

# pytest
.pytest_cache/

# Build artifacts
dist/
build/
*.egg-info/

# User-local runtime data (library is user-specific; seeded on first run)
plasmid_library.json
parts_bin.json
primers.json
*.json.bak

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store

# Claude Code local settings / cache
.claude/
