# Build artifacts and distribution
dist/
dist2/
build/
temp-*/
chloros-electron-app/

# Python files
*.py
*.pyc
__pycache__/
venv/
venv.*/

# Build scripts and documentation
*.ps1
*.bat
*.md
!README.md
!LICENSE

# Configuration and development files
pyrightconfig.json
tsconfig.json
webpack.config.js
rollup.config.js

# Test files
test/
test*.png
test*.jpg
test*.jpeg
test*.html
sampling*.png
debug*.html
debug*.txt

# Build documentation files
BUILD_*.txt
QUICK_BUILD_STEPS.txt
INSTALLER_*.txt
TRANSLATION_*.txt
REMAINING_*.txt
WHAT_TO_SIGN.txt
Manual-GPU-Driver-Removal.txt
timestamp.txt
electron_debug_log.txt

# Examples and references
examples/
references/
hooks/

# Temporary and debug files
*.log
debug.txt
fix-exe-icon.js
nonexistent.daq
console.error*
how --name-only HEAD
tatus --porcelain

# Source directories
mip/
flatFields/
assets/
web/
src/

# Build executables
chloros_backend_ray_fixed.exe
chloros-backend-working.exe
*.dll
exiftool.exe

# TypeScript and source maps
*.ts
!*.d.ts
*.map
.ccache/

# IDE
.vscode/
.cs











