__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
.env
.coverage
htmlcov/
.DS_Store
*.log

# Local studies (users create these; never commit secrets)
studies/
!studies/.gitkeep

# Build artifacts
dist/
*.egg-info/
.vendor_src/
