# 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
# Local crawl caches / graphs
.crawl_cache/
.understand-anything/
.pytest_cache/
.ruff_cache/
# RE dumps (not for redistribution)
re_artifacts/
re_targets/
ipa/
# Sample data dumps
examples/*_shops.json
examples/*_top*.json
