chore: ignore local artifacts

This commit is contained in:
komkida91
2026-03-10 20:43:50 +01:00
parent 442acb1f8d
commit 9ff6d2ee34

45
.gitignore vendored
View File

@@ -1,16 +1,39 @@
# Docker # Docker
.env .env
*.log *.log
# WordPress # WordPress
wp-content/uploads/ wp-content/uploads/
wp-content/upgrade/ wp-content/upgrade/
wp-content/backup-db/ wp-content/backup-db/
wp-content/advanced-cache.php wp-content/advanced-cache.php
wp-content/wp-cache-config.php wp-content/wp-cache-config.php
wp-content/cache/ wp-content/cache/
wp-content/cache/supercache/ wp-content/cache/supercache/
# OS # OS
.DS_Store .DS_Store
Thumbs.db 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