# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.py

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log

# Temporary files
*.tmp
*.bak
*.swp

# Documentation and scripts (不上传到GitHub Pages)
*.md
*.sh

# Backup
.git.bak/

# Don't ignore these important files
!static/css/index.css
!static/js/index.js
