# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
wheels/

# uv / venv
.venv/
.uv-cache/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# Secrets and local state
.env
.env.local

# Distribution-local artifacts
visual-base.db
tapes/
recordings/
