PC2 are deja proiectul git, deci prepare_pc2_bundle.py + zip-ul asociat sunt
inutile. Le înlocuiesc cu un script robocopy peste admin share Tailscale:
copy_m6_m8_to_pc2.bat -> copiază audio/Modul 6-8 pe lenovo-aio-birou
(\lenovo-aio-birou\E$\proiecte\nlp-master\...)
Resumable (/Z), multithread (/MT:8).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
50 lines
636 B
Plaintext
50 lines
636 B
Plaintext
# Audio files
|
|
audio/
|
|
*.mp3
|
|
*.wav
|
|
|
|
# Whisper models
|
|
models/
|
|
*.bin
|
|
|
|
# Manifest (machine-specific state)
|
|
manifest.json
|
|
|
|
# Credentials
|
|
.env
|
|
|
|
# SRT subtitles (generated, can be re-derived from transcripts)
|
|
*.srt
|
|
|
|
# Binaries (downloaded by setup_whisper.py)
|
|
whisper-bin/
|
|
ffmpeg-bin/
|
|
|
|
# Temp files
|
|
.whisper_bin_path
|
|
.ffmpeg_bin_path
|
|
|
|
# WAV cache (converted from MP3)
|
|
audio_wav/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
.venv_pdf/
|
|
|
|
# Claude Code local state
|
|
.claude/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Second course (practitioner) — artifacts only, scripts partajate
|
|
nlp-practitioner/audio/
|
|
nlp-practitioner/audio_wav/
|
|
|
|
|
|
# Recon scratch
|
|
scratch_recon.py
|
|
tmp_recon/
|