# macOS only
.DS_Store

# Python build and test artifacts
__pycache__
*.pyc
*.pyo
*.pyd
*.egg-info
*.egg
.coverage
coverage.xml
htmlcov/
.pytest_cache/
dist/
build/

# Jupyter notebooks
.ipynb_checkpoints/
*.ipynb_checkpoints

# Pyve virtual environment
.pyve/testenv
.envrc
.env
.venv

# tubesense model weights (transfer from rough PoC — not redistributed)
models/valence/best-model/

# tubesense data directories (large, reproducible from source)
data/tubefetch/
data/scored/
