chore: ignore local artifacts
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@@ -14,3 +14,26 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user