diff --git a/.gitignore b/.gitignore index bd1a1e0..c17c79f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,39 @@ -# Docker -.env -*.log - -# WordPress -wp-content/uploads/ -wp-content/upgrade/ -wp-content/backup-db/ +# Docker +.env +*.log + +# WordPress +wp-content/uploads/ +wp-content/upgrade/ +wp-content/backup-db/ wp-content/advanced-cache.php wp-content/wp-cache-config.php wp-content/cache/ wp-content/cache/supercache/ -# OS -.DS_Store -Thumbs.db +# OS +.DS_Store +Thumbs.db + +# Python / caches +__pycache__/ +*.pyc + +# Local data / logs +*.db +*.err +*.out +logs_demo_app.* +backups/ + +# Tooling snapshots +codex/snapshots/ +free-llm-api-resources/ +llm +gitea_data*/ + +# Demo temp artifacts +demo/_run_elementor_temp.py +demo/_run_ub24_temp.py +demo/elementor_1_snapshot.html +demo/preview_final_snapshot.html