# macOS
.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Build and package output
build/
dist/
*.egg-info/

# Local runtime state
tmp/
*.sqlite3
*.sqlite3-*
*.db
*.db-*
.env
.env.*

# Local browser/test artifacts
.playwright-cli/
output/

# Legacy/accidental Node state
node_modules/
