# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/

# Venvs
.venv/
.venv-factominer/
venv/
env/

# Testing / type-checking caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Docs build
docs/_build/

# OS / editor
.DS_Store
*.swp

# Local R fixtures generated at build time (committed when stable)
.r-fixture-stage/

# Jupyter outputs
.ipynb_checkpoints/

# Local elves state
.elves-session.json
