# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
# uv.lock  # lock 应提交以保证可复现

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

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# IDE / editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.zcode/

# OS
Thumbs.db

# Local config / secrets
*.local.yaml
.env
.env.*
!.env.example
