26 lines
228 B
Plaintext
26 lines
228 B
Plaintext
# 인증 정보 (절대 커밋 금지)
|
|
credentials.env
|
|
|
|
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# 로그
|
|
logs/
|
|
|
|
# 데이터 (법령 다운로드 등)
|
|
data/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
._*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|