# 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

# Virtual Environment
.env/
.venv/
venv/
ENV/

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

# OS
.DS_Store
Thumbs.db

# Configuration (sensitive files)
config/config.toml
config/*.json
!config/config.example.json
.env
.env.local
*.env
*.env.*

# Logs
logs/
*.log

# Test
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Data
data/

# Build artifacts
*.whl
*.tar.gz
*.zip

# Temporary files
*.tmp
*.bak
*.swp
*.swo

# Database
*.db
*.sqlite
*.sqlite3

# Secret keys and tokens
secrets/
keys/
*.pem
*.key
*.p12
*.pfx

# Sandbox
sandbox/*
!sandbox/.gitkeep

# AI-Dev-Config (separate repo)
AI-Dev-Config/

# Test outputs and artifacts
*.html
office_demo_*.md
项目例会_*.md
销售数据_*.html

# Temporary analysis files
temp/
docs/output/
*.backup
base.py.backup
