Initial commit with manual documentation and certificate renewal guide

This commit is contained in:
Siwat Sirichai 2025-08-31 13:35:29 +07:00
commit f233d50a5e
19 changed files with 373 additions and 0 deletions

54
.gitignore vendored Normal file
View file

@ -0,0 +1,54 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
.venv/
.env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# Generated PDFs (optional - remove if you want to track PDFs)
*.pdf
# Temporary files
*.tmp
*.temp
*.log