# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments
.venv/
venv/
.env
.env.*

# Poetry (grove's lock is gitignored ecosystem-wide; mirror that convention here)
poetry.lock

# OS / editor
.DS_Store
.idea/
.vscode/
*.swp

# Local research scratch that shouldn't be committed until curated
research/_scratch/
