*.swp
*.swo
*~

*.py[cod]
__pycache__
.cache
.pytest_cache
.ipynb_checkpoints/
.venv/

# setup and build
docs/_*
*.egg-info/
dist/
build/
MANIFEST

# Test artifacts (auto-generated by pyfaidx and io tests)
*.fai
tests/data/r

# Working notes (per-module reviews, package overviews, etc.)
claude_comments/

# OS-generated files
.DS_Store
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

*.torch
