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

# Virtual envs
.venv/
venv/
env/
ENV/

# Testing / coverage / linting
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.ruff_cache/
.mypy_cache/

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

# ZCode agent workspace (local config + plans — never commit)
.zcode/

# ---------------------------------------------------------------------------
# Project data — NEVER commit. These contain real Google sessions/fingerprints.
# ---------------------------------------------------------------------------
.browserver/
data/
profiles/
logs/
*.sqlite
*.sqlite3
*.db
*.sqlite-journal
storage_state.json
*.cookies.json
*.fingerprint.json

# Env / secrets
.env
.env.local
.env.*.local
.pypirc

# Log files
*.log
.venv-real/

# MkDocs build output (CI deploys, don't commit the static site)
site/
