.DS_Store
__pycache__/
.pytest_cache/
*.pyc
*.egg-info/
build/
dist/
wheels/
.venv
.coverage
htmlcov/

# Stata log files
*.log
*.smcl
stata.log

# Random artifact files from fuzz testing
benchmarks/history/

# Bool-as-path bug artifacts (historical)
True.log
False.log

# pi agent workspace — not part of the project
.pi/

# Generated benchmark dataset (90+ MB)
testdata/large_benchmark.dta
