# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so
*.pyd
*.dll

# Distribution / packaging
.build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
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 reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# pipenv
Pipfile.lock

# poetry
poetry.lock

# PEP 582; used by e.g. uv, pdm
__pypackages__/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# VS Code
.vscode/
.history/

# PyCharm / IntelliJ
.idea/

# MyPy / type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# Ruff / lint
.ruff_cache/

# Logs
*.log

# OS-specific
.DS_Store
Thumbs.db

# Local data / backups
*.bak
*.swp
*.swo
*.tmp

# Project-specific (可按需要增減)
# 例如：如果有本地測試資料或大型語料不想進 Git，可在這裡加上：
# data/
# tmp/

# uv
.venv/
# uv.lock 建議納入版控以確保可重現性（讓 uv 以 lockfile 安裝）

# Debug files
debug_*.py

__pycache__/**

backups/**
