Files
llm-council/.gitignore
karpathy eb0eb26f4c v0
2025-11-22 14:27:53 -08:00

21 lines
219 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Keys and secrets
.env
# Data files
data/
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/