# Python build artifacts
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/pip/
dist/event/*.zip
dist/vps/*.zip
!dist/VERSION.json
/build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# Secrets
.env
*.env

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Node (news/ local deps only)
news/node_modules/

# Dev-only: 무료 Kit 배포에 불필요한 파일 (readinginvestor/stock-kit 전용)
# 로컬에는 유지, GitHub 레포에서 제외
collectors/
cli/
scripts/
news/
ecosystem.config.cjs
requirements.txt
