이전 설문 내용 살리기

This commit is contained in:
peregr1nus
2025-12-11 11:12:20 +09:00
parent 4246d866cf
commit c9f5681348
13 changed files with 167 additions and 85 deletions

55
.gitignore vendored Normal file
View File

@@ -0,0 +1,55 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Flask
instance/
.webassets-cache
# Environment variables
.env
.venv
# Google Drive API
credentials.json
token.json
# Output files
output/
*.docx
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db