.venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.env
.venv
*.swp
*.swo
*~
.ci-venv/

# Chinese documentation files - never commit
OPP_DD_Vibe_Phase版.md
OPP增补完整版.md
增补.txt
*.md.txt
DD\ Vibe.txt

# Batch test files - never commit
batch_files/
batch_files_converted/

# Individual problem files
OPP-改进计划-Manifest+Skeleton.md
SSID-*.pdf

# Logs
logs/

# Test artifacts (generated by verification runs)
resources/*.png
resources/*.jpeg
resources/*.jpg
resources/*.gif
resources/*.bmp
resources/*.tiff
test_artifacts/
