# Python缓存文件
__pycache__/
*.py[cod]
*$py.class
*.so

# 分发/打包文件
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# 单元测试/覆盖率报告
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# 环境变量
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDE配置文件
.spyderproject
.spyproject
.rope_project_settings
.vscode/
.idea/

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# 项目特定文件
logs/*.log
results/*.json
results/*.csv
test*.mp4
*.mp4
*.avi
*.mov
.serena/cache/