# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

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

# Environments
.env
.env.*
!.env.example
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/

# uv
# Lock file is checked in; ignore local caches if any
.uv-cache/

# Jupyter
.ipynb_checkpoints
profile_default/
ipython_config.py

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

# ---- OS ----
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# ---- Logs / temp ----
*.log
logs/
tmp/
.tmp/

# ---- CleanSweep 自定义清理列表（本地用，含私人路径） ----
custom.json
