mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
- Hero: remove emojis, cut weak bullets, add auto-updating/free+OSS - Latest: rename to v0.3.5 (Chromium 145), swap weaker items for CDP/audit/persistent - Why: remove unverified AI agent claims, cut redundant lines - Test Results: 30/30 → tested against 30+ detection sites - Comparison: move up after proof images, Camoufox "Unstable" - Fingerprint flags: collapse into <details> block - Platforms: move up before Docker - Headed Mode: merge into Troubleshooting - Roadmap: move down after FAQ - FAQ legal: rewrite to "do not condone illegal use" - Add rollback instructions via CLOAKBROWSER_BINARY_PATH - Examples: update descriptions, remove persistent-context.ts - js/README.md: sync hero, platforms, test table, reCAPTCHA tips
65 lines
669 B
Plaintext
65 lines
669 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
.eggs/
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Binary cache (downloaded chromium)
|
|
.cloakbrowser/
|
|
|
|
# Claude Code (private project context)
|
|
CLAUDE.md
|
|
.claude/
|
|
|
|
# JavaScript / Node.js
|
|
js/node_modules/
|
|
js/dist/
|
|
|
|
# Distribution
|
|
*.tar.gz
|
|
*.whl
|
|
AGENTS.md
|
|
.beads
|
|
|
|
# Private docs (launch posts, strategy)
|
|
docs/
|
|
|
|
# Internal test infrastructure (Docker, VPS-specific)
|
|
test-infra/
|
|
|
|
# Website (deployed separately)
|
|
site/
|
|
|
|
# Release scripts
|
|
publish.sh
|
|
deploy.sh
|
|
.env
|
|
debug
|
|
publish-docker.sh
|