f4e4f8e43a
- git rm --cached chrome_profile (111 VZP) — omylem přidaný profil - .gitignore: **/chrome_profile/, **/cookies.json — generické vzory místo 1160 specifických řádků - Přidány skripty 01/02/03 pro VoZP (201 VoZP) - Přidány skripty 01/02/03 pro VZP (111 VZP) - Staženo/ zůstává v gitu Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
384 B
Plaintext
34 lines
384 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Claude Code
|
|
.claude/worktrees/
|
|
|
|
# Certifikáty (soukromé klíče - nikdy do gitu!)
|
|
**/*.pfx
|
|
**/*.p12
|
|
**/*.pem
|
|
**/*.key
|
|
**/Certificates/
|
|
|
|
# Výstupy
|
|
**/Output/
|
|
*.pdf
|
|
|
|
# Logy
|
|
*.log
|
|
|
|
# Chrome profily (Playwright) — nikdy do gitu
|
|
**/chrome_profile/
|
|
|
|
# Cookies (session tokeny)
|
|
**/vozp_cookies.json
|
|
**/vzp_cookies.json
|