49 lines
694 B
Plaintext
49 lines
694 B
Plaintext
# YouTube transcript chunks
|
|
cc*.txt
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.claude/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Log files
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Local environment and secret-bearing files
|
|
.env
|
|
*.env
|
|
accounts.json
|
|
.azure/
|
|
|
|
# Generated outputs and local data caches
|
|
supabase monitor/output/
|
|
youtube/captions/
|
|
github_repo_scanners/contributor_repos/
|
|
github_repo_scanners/user_repos/
|
|
|
|
# Legacy generated repo-scan snapshots that previously lived in the repo root
|
|
bytelyst-ai.json
|
|
saravanakumardb.json
|
|
saravanakumardb1.json
|
|
list_repos_contributors_by_user_saravanakumardb.json
|