# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.coverage
htmlcov/
.pytest_cache/

# Distribution
*.tar.gz
*.whl

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Ephemeral deliberation trace outputs (root-anchored; archived copies live
# in scratch/traces/ — see WI-0038)
/trace_*.json
/*_results.json
/grid_*.json
/scenario_comparison.json
