# SampleSheet Parser local files to ignore
BLOGPOST.md
tests/fixtures/outputs/
demo_output.txt

# Cache and build artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Type checking
.mypy_cache/

# Virtual environments
.venv/
venv/
env/

# Editor
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# Backup files created by parser cleaning
*.backup
*.tmp

