# build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.pyc

# environments
.venv/
venv/
.env

# test data and run outputs (never ship these)
data/
outputs/
runs/
soloresearch/autoresearch/data/
soloresearch/autoresearch/runs/

# OS junk
.DS_Store
