__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
pytest-cache-files-*/
.coverage
htmlcov/
.venv/
venv/
.env
.DS_Store

# Cached raw data — large, regenerable from the SEC/Stooq APIs.
data/raw_sec_filings/*.json
data/prices/*.csv
data/enterprise_values/*.csv
!data/**/.gitkeep
