cert-study-app / .gitignore
Kentlo's picture
πŸš€ Clean deployment - removed all binary files
8f0fa74
# κ°€μƒν™˜κ²½
venv/
.venv/
env/
# Python μΊμ‹œ
__pycache__/
*.pyc
# VSCode μ„€μ •
.vscode/
# 데이터 μ—…λ‘œλ“œ
data/uploads/
data/images/
# Environment variables
.env
.env.local
.env.*.local
*.py[cod]
*$py.class
*.so
.Python
ENV/
# Secrets
*.token
*_token.txt
secrets/
# IDE
.idea/
*.swp
*.swo
# Database
*.db
*.sqlite
*.sqlite3
# Uploads
temp/
# Large files (Hugging Face limit: 10MB)
*.pdf
dump.pdf
*.zip
data/ocr_logs/*.zip
# Database (large files)
chroma_db/
# Logs (can be large)
*.log
logs/