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

# C extensions
*.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 reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

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

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# Work documents and internal implementation plans (not for remote)
work/

# Work / internal documents (do not publish)
*REPORT*.md
*REPORT*.txt
*SUMMARY*.md
*SUMMARY*.txt
*PLAN*.md
*PLAN*.txt
*ANALYSIS*.md
*ANALYSIS*.txt
*REVIEW*.md
*REVIEW*.txt
*AUDIT*.md
*AUDIT*.txt
*BACKLOG*.md
*IMPROVEMENTS*.md

# Chinese-named internal documents
*审查*.md
*计划*.md
*报告*.md
*分析*.md
*回溯*.md
*进度*.md

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

# OS
.DS_Store
Thumbs.db
