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

# Build artifacts
build/
dist/

# Local browser and captured Reddit data
scratch/
*.raw.json
output/
profiles/
browsers/

# Virtual environments
.venv/
venv/
env/

# OS / editor
.DS_Store

# Agent session state
.codex-runs/
.gjc/
