Remove all tracked .pyc files from Git repository

- Remove 25+ .pyc files from backend/api/__pycache__/
- Remove .pyc files from backend/api/facebook_writer/
- Remove .pyc files from backend/models/__pycache__/
- Remove .pyc files from backend/services/__pycache__/
- Remove .pyc files from backend/services/llm_providers/__pycache__/
- These files are automatically generated and should not be tracked
- Repository is now clean of Python cache files
- Future .pyc files will be ignored by .gitignore
This commit is contained in:
ajaysi
2025-09-23 19:48:34 +05:30
parent 1692ca3039
commit 7e1dfb8238
24 changed files with 0 additions and 0 deletions