24 lines
213 B
Plaintext
24 lines
213 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Certifikáty (soukromé klíče - nikdy do gitu!)
|
|
**/*.pfx
|
|
**/*.p12
|
|
**/*.pem
|
|
**/*.key
|
|
**/Certificates/
|
|
|
|
# Výstupy
|
|
**/Output/
|
|
*.pdf
|
|
|
|
# Logy
|
|
*.log
|