Initial commit - Insurance VZP ověření pojištění
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user