# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/

# Virtualenv
.venv/
venv/

# Editor / OS
.DS_Store

# Pytest
.pytest_cache/

# Local scratch (Termux workflow, not repo state)
tmp_test/
