wechat_msg_crawler/.gitignore

46 lines
435 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
# PyInstaller
*.spec
# npm platform binaries (published to npm, not git)
npm/platforms/*/bin/
# Virtual environments
.venv/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Project-specific
.claude/
*.db
*.db-wal
*.db-shm
# Sensitive data — NEVER commit
.env
*.json
!pyproject.toml
!npm/**/package.json
# Temp files
*.tmp
*.bak