Initial commit: 동물약 복약안내 PDF API

This commit is contained in:
청춘약국
2026-03-18 21:49:33 +09:00
commit 11f0a4c3c9
6 changed files with 847 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@@ -0,0 +1,18 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
venv/
.env
# Output
output/
*.pdf
*.png
# IDE
.vscode/
.idea/