# Python
__pycache__/
*.py[oc]
*.egg-info/
build/
dist/
wheels/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Agenomic
*.atep
# … except the committed golden wire-format anchors (see scripts/make_golden_fixture.py)
!tests/fixtures/golden_atep_segments/*.atep
.agenomic/

# IDE
.idea/
.vscode/
*.swp
*~

# OS
.DS_Store
Thumbs.db
