# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

# Virtual environments
venv/
.venv/
ENV/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Environment variables (IMPORTANT: Never commit these!)
.env
.env.local
.env.production
server_details

# Deployment scripts with credentials
deploy_pixelpanda.sh
deploy_pixelpanda_improved.sh
deploy_google_oauth.sh

# Credentials files (NEVER COMMIT)
docs/WORDPRESS_CREDENTIALS.md

# Application data
uploads/
results/
models/
logs/
*.db
*.sqlite
*.sqlite3

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover

# AI Model cache
.EasyOCR/
*.pth
*.pt
*.onnx

# Temporary files
*.log
*.tmp
tmp/
temp/

# Images (except examples)
*.jpg
*.jpeg
*.png
*.gif
*.bmp
*.tiff
!static/images/*

# Backup files
*_backup
*.bak
deploy_pixelpanda_git.sh

# Generated ad content
scripts/meme_ads_output/
