# Credentials
web/config.php
worker/.env

# PHP
vendor/
web/uploads/
web/cache/*
!web/cache/.gitkeep

# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.pytest_cache/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db
nul

# Large data files
*.npz
*.tif
viirs_*.zip

# Temp
*.tmp
*.log
/tmp/
bulk_upload_log.json
.claude/screenshots/*
tests/test_chunk_key_matching.py

# Claude internal
.claude/settings.local*.json
.claude/web_ui_analyses/