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

# Virtualenvs
.venv/
venv/

# Test / tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Cached external data (basketball-reference HTML, etc.)
.cache/

# Secrets / platform credentials
*.cookie
fantraxloggedin.cookie
.env
