项目文件夹

文件
wehub-resource-sync 67296cb4a7
Deploy Docs / deploy (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:26:53 +08:00

64 行
610 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Environment variables
.env
# Data files (keep structure, ignore content)
data/config.json
data/seen.json
data/summaries/*.md
data/subscribers.json
data/mcp.secrets.json
data/mcp-secrets.json
data/mcp-runs/
data/x_cookies_*.json
docs/_posts/*.md
# Logs
logs/*.log
*.log
# macOS
.DS_Store
# uv
.uv/
# todo
todo.txt
.ruff_cache
.pytest_cache