__pycache__
*.pyc
*.egg-info
build
dist
*.idea
src/sgn_manifold/_version.py

# Coverage files
.coverage
htmlcov/
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Documentation
site/
.mkdocs_cache/
scratch-dagtest/

# per-process coverage fragments (combined into .coverage at the end of a run)
.coverage.*

# tool caches
.mypy_cache/
.ruff_cache/
.ipynb_checkpoints/
.DS_Store

# LaTeX build products
*.aux
*.log
*.out
*.toc

# editor / scratch conventions
*.bk
*.deleteme/
