mirror of
https://github.com/CloakHQ/CloakBrowser.git
synced 2026-06-23 11:41:46 +02:00
70 lines
777 B
Plaintext
70 lines
777 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/
|
|
|
|
# Browser profile manager (deployed separately)
|
|
manager/
|
|
|
|
# Release scripts
|
|
publish.sh
|
|
deploy.sh
|
|
.env
|
|
debug
|
|
publish-docker.sh
|
|
captures
|
|
20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]-*.txt
|