项目文件夹

文件
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

44 行
357 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
# Git
.git/
.github/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Documentation
docs/
*.md
!README.md
# Data (will be mounted as volume)
.env
data/summaries/
data/subscribers.json
# Build artifacts
*.egg-info/
dist/
build/
# Misc
todo.txt
*.svg
*.tsx
.claude/