# Python
.venv/
__pycache__/
*.pyc
*.egg-info/

# Tools cache
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage

# Build
dist/
build/

# OS
.DS_Store

# Data (extracted, not source)
data/repos/
data/bugsinpy/

# Temp
.team/
*.html
!README.md
