# SampleSheet Parser local files to ignore
BLOGPOST.md
tests/fixtures/outputs/
demo_output.txt
**/CSBJ Submission/
**/.claude/
eval/results/
corpus/**
paper.md
paper.bib
images/gen_arch_excalidraw.py
images/samplesheet_parser_arch_v2.3.excalidraw

# 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/

# uv (lockfile intentionally not tracked for this library)
uv.lock

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

# macOS
.DS_Store

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

site/
