Strip every comment from the source (parsed with the TypeScript compiler so strings, template literals, regex literals and JSX are never touched), and drop internal/working artifacts that do not belong in the public repository (design mockups, internal analysis docs, a stray backup file and an old log). No functional change: build is green, the full test suite passes.
50 lines
627 B
Plaintext
50 lines
627 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
.venv/
|
|
venv/
|
|
|
|
build/
|
|
dist/
|
|
release/
|
|
*.spec
|
|
|
|
rd_downloader_config.json
|
|
rd_downloader.log
|
|
rd_download_manifest.json
|
|
_update_staging/
|
|
apply_update.cmd
|
|
|
|
.claude/
|
|
.github/
|
|
CHANGELOG.md
|
|
|
|
node_modules/
|
|
.vite/
|
|
coverage/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
deploy/forgejo/.env
|
|
deploy/forgejo/forgejo/
|
|
deploy/forgejo/postgres/
|
|
deploy/forgejo/caddy/data/
|
|
deploy/forgejo/caddy/config/
|
|
deploy/forgejo/caddy/logs/
|
|
deploy/forgejo/backups/
|
|
.secrets
|
|
|
|
*.log.old
|
|
*.bak
|
|
|
|
rust-postprocess/
|
|
electron-postprocess/
|
|
python-postprocess/
|
|
scripts/*.py
|
|
scripts/*.ps1
|
|
scripts/*.md
|
|
scripts/fix-library-renames.mjs
|