gitignore: universal __pycache__ exclusion, remove tracked .pyc files

This commit is contained in:
Liang Jiaqing
2026-03-30 20:39:46 +08:00
parent 117028b5d9
commit 18d5aafed8
3 changed files with 4 additions and 1 deletions

5
.gitignore vendored
View File

@@ -63,7 +63,7 @@ memory/*
# Skill Search SOP
!memory/skill_search/
!memory/skill_search/**
memory/skill_search/**/__pycache__/
# ADB UI tool
!memory/adb_ui.py
@@ -81,3 +81,6 @@ assets/tmwd_cdp_bridge/config.js
reflect/*
!reflect/autonomous.py
!reflect/scheduler.py
# Universal: never track __pycache__ anywhere
**/__pycache__/