# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
ENV/

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

# Project specific
app/token_cache.json
test/recordings/
test/resume/
*.log

# System files
.DS_Store
Thumbs.db
.directory

# Jupyter Notebook
.ipynb_checkpoints

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Kiro 本地配置
.kiro/

# ===== IDE / 编辑器（补充） =====
.vs/
.fleet/
.history/
*.iml
*.ipr
*.iws

# ===== AI 编码工具 =====
.claude/
.codex/
.cursor/
.cursorrules
.windsurf/
.continue/
.aider*

# ===== 操作系统 =====
desktop.ini
