Skip to content

chore: untrack Python build artifacts & update .gitignore - #17

Merged
badhope merged 1 commit into
mainfrom
chore/cleanup-python-artifacts
Jun 17, 2026
Merged

badhope merged 1 commit into
mainfrom
chore/cleanup-python-artifacts

Conversation

@badhope

@badhope badhope commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Fixes repo hygiene issue introduced by #15 (trae/solo-agent merge).

Problem: 34 backend artifacts were accidentally committed to main:

  • __pycache__/*.pyc (27 files)
  • ai_dev_assistant.egg-info/ (5 files)
  • backend/logs/app.log
  • backend/data/assistant.db

Fix:

  • git rm --cached these files (kept on disk, only untracked)
  • Add Python ignore rules to .gitignore (__pycache__/, *.py[cod], *.egg-info/, backend/data/*.db, backend/logs/*.log, venv caches)

No source code changes.

Remove accidentally committed backend artifacts from tracking:
- __pycache__/*.pyc (27 files)
- ai_dev_assistant.egg-info/ (5 files)
- backend/logs/app.log
- backend/data/assistant.db

Add Python ignore rules to .gitignore so they stay local-only.
Files are kept on disk (--cached), only untracked from git.
@badhope
badhope merged commit 2a6d008 into main Jun 17, 2026
1 of 5 checks passed
@badhope
badhope deleted the chore/cleanup-python-artifacts branch June 17, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant