Code sketch. Download cache working.

This commit is contained in:
2025-08-11 08:00:49 -07:00
parent c9e3d68979
commit b820e816bd
14 changed files with 4792 additions and 3 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Environment and API keys
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
wheels/
*.egg-info
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Package managers
uv.lock
pip-*.txt
# IDEs
.vscode/
.idea/
*.swp
*.swo
.ruff_cache/
# OS
.DS_Store
Thumbs.db
.directory
# Logs
*.log
logs/
# Temporary files
temp/
tmp/
.tmp/
data/
logs/
uscode-git-datastore/
uscode-git-blame/
download_cache/
download_cache
cache/