# 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

# Virtual environments
.venv/
**/.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# OS
.DS_Store
Thumbs.db

# Project specific
.memory/
.my_agent_memory/
.audit/
*.log
tool_usage.log

# 技术方案文档（不入库）
*_plan.md

# Secrets and credentials
**/.env
**/.env.*
**/.env.local
**/.env.production
**/.env.staging
*.pem
*.key
*.p12
*.pfx
credentials.json
secrets.json
service-account.json

# Claude Code 会话数据
.claude/
