Files
python/.gitignore
P小二 7a3c40fd56 feat: major Jekyll upgrade and modernization
- Upgrade theme from minimal to Cayman
- Add responsive design and mobile optimization
- Implement dual-language support (EN/CN)
- Add comprehensive SEO optimization
- Create professional project structure
- Add custom CSS with 350+ lines of enhancements
- Implement automatic ToC generation
- Add contribution and deployment guides
- Update all content with modern resources
- Fix 21 broken links and add 25+ new resources
2025-07-09 16:47:51 +08:00

46 lines
404 B
Plaintext

# Jekyll
_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata
# Ruby
Gemfile.lock
.bundle/
vendor/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
*.log
# Runtime data
pids
*.pid
*.seed
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Temporary files
tmp/
temp/
.tmp/