# Python
__pycache__/
*.py[cod]
*.egg-info/

# Django
db.sqlite3
/media/
/static/
/temp_file/

# IDE / 系统
.idea/
.vscode/
.DS_Store

# 日志与临时文件
*.log
