# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/

# Tools
.ruff_cache/
.mypy_cache/
.pytest_cache/
htmlcov/
.coverage
.coverage.*

# Run outputs
runs/

# Secrets
.env
.env.local

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# HF cache symlinks
.huggingface/

# Docs build
site/
_site/

# Sibling reference repos (cloned separately)
fertiscope-web/
token_degradation_fertility/
legacy_v01/
