清理大量中间过程图片文件,移除images/目录跟踪
This commit is contained in:
70
.gitignore
vendored
70
.gitignore
vendored
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user