清理大量中间过程图片文件,移除images/目录跟踪

This commit is contained in:
ben
2025-10-16 03:35:08 +00:00
parent e6a8a5a516
commit 049c9ab26f
42 changed files with 9778 additions and 18964 deletions

70
.gitignore vendored
View File

@@ -98,6 +98,42 @@ celerybeat.pid
.spyproject
# Rope project settings
# Project specific
image_converter_env/
.kiro/
analysis_docs/
converted/
images/documents/
*.ppm
*.pbm
*.dzi
*_files/
# Deepzoom generated files
deepzoom/
deepzoom_png/
# Local test files
test_output/
*.test
*.log
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Lock files (for package managers)
package-lock.json
yarn.lock
pnpm-lock.yaml
.ropeproject
# mkdocs documentation
@@ -116,3 +152,37 @@ phallic-worship-analysis/venv/
ai-tools/codex_env/
*.pem
*.key
# Intermediate processing files
documents/converted/
documents/images/
documents/temp/
svg_tests/
test_output/
temp/
tmp/
*.temp
*.tmp
# Large intermediate files
*.zip
*.tar.gz
*.rar
*.7z
*.dmg
*.iso
# Image processing intermediates
*_converted/
*_processed/
*_output/
*.tiff
*.bmp
*.raw
# Virtual environments (all variants)
image_converter_env/
*_env/
*env/
env*/
venv*/