# macOS
.DS_Store

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 虚拟环境
.venv/
venv/
ENV/
env/

# 测试
.tox/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
.hypothesis/
htmlcov/
coverage.xml
*.cover

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

# 临时输出
project-blocks-data.js
project-blocks-standalone.html
*.tmp
*.bak

# 类型检查
.mypy_cache/
.dmypy.json
.pyre/
.pytype/

# Ruff
.ruff_cache/
