mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-30 01:25:30 +00:00
Order Scripts start
This commit is contained in:
56
scripts/order/.gitignore
vendored
Normal file
56
scripts/order/.gitignore
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
# Python Virtual Environment
|
||||
venv/
|
||||
env/
|
||||
.env
|
||||
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
|
||||
# Generated/processed images
|
||||
demo_*
|
||||
cleaned_*
|
||||
comparison_*
|
||||
*_cleaned_*
|
||||
*_comparison_*
|
||||
|
||||
# Processing outputs
|
||||
cleaned/
|
||||
output/
|
||||
results/
|
||||
|
||||
# Configuration files (may contain sensitive settings)
|
||||
config.json
|
||||
*.config.json
|
||||
custom_*.json
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Test outputs
|
||||
test_*
|
||||
sample_output/
|
||||
|
||||
# Large source images (uncomment if you don't want to track originals)
|
||||
# *.jpg
|
||||
# *.jpeg
|
||||
# *.png
|
||||
# *.tif
|
||||
# *.tiff
|
||||
Reference in New Issue
Block a user