# Environment variables and secrets
.env
.env.*
!.env.example
!.env.*.example
.envrc
!.envrc.example
.direnv/

# Local authentication and browser state
.browser-profile/
playwright/.auth/
storage-state*.json

# Browser and protocol research
artifacts/
*.har
*.trace.zip
playwright-report/
test-results/
blob-report/

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.cache/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.hypothesis/

# Python coverage and test reports
.coverage
.coverage.*
coverage.xml
htmlcov/

# Python environments
.venv/
venv/
env/
ENV/
.tox/
.nox/

# Python builds and packaging
dist/
build/
*.egg-info/
.eggs/
*.egg
*.whl
pip-wheel-metadata/

# Logs and temporary files
*.log
*.tmp
*.temp
*.swp
*.swo
*~
.tmp/
tmp/

# Editors and operating systems
.idea/
.vscode/
.DS_Store
.AppleDouble
.LSOverride
._*
Thumbs.db
Desktop.ini
