# 环境配置文件
.env
.env.development
.registration

# 个人调试文件
terminal_demo.py

# Python编译文件
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/

# 编译生成的文件
*.pyd
*.pyc
r.pyc
*.pyo
*.pyd

# 构建目录
build/
dist/
*.egg-info/

# 项目特定目录
chat_logs/
data/
tests/
cython_build/

# 编辑器文件
.vscode/
.idea/
*.swp
*.swo
*~

# 操作系统文件
.DS_Store
Thumbs.db

# 其他临时文件
*.log
*.tmp
*.temp