# 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 Environment
.venv/
venv/
ENV/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Local
*.log
.env

# Local planning/review folders (do not push)
/.trae/

# Test output files (generated during testing)
test_chain.pdf
test_chain.png
*.test.pdf
*.test.png

# Internal planning documents
SciPlot_v1.7.6_Plan.md
待修复的问题.md
.claude/settings.local.json
