# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv
venv/
ENV/
env/
.env

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
test_results*.xml

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Project
uv.lock

# Local planning notes (not for distribution)
notes/

# Demo recording outputs (regenerate with: python tests/test_demo.py --record)
demo.cast
demo.gif
demo.mp4
*.cast
*.gif
*.mp4
*.webm

# pyuvstarter audit log (https://github.com/ahundt/pyuvstarter)
pyuvstarter_setup_log.json
