# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/

# Node
node_modules/
package-lock.json

# crawl4ai / crawlee artifacts
crawl4ai_cache/
storage/
apify_storage/

# autoscraper models
*-model/
*.json.bak

# Reverse-engineering artifacts (APK + extracted DEX, not for redistribution)
apk/

# Local showcase renders / captures
gpt-image-2-output/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
