# 含明文数据库密码，禁止提交
database/db.ini

# Python 缓存
__pycache__/
*.pyc

# 本地 SQLite 数据（按需保留，勿提交敏感数据）
quiz.db

# 运行日志（临时）
_srv.log
_srv.err
