AndesOps-AI / .gitignore
Álvaro Valenzuela Valdes
feat: implement Groq integration, robust multi-agent synthesis and UX performance optimization
863be56
raw
history blame contribute delete
353 Bytes
# Python
backend/.venv/
backend/__pycache__/
backend/**/*.pyc
backend/**/*.pyo
backend/.env
backend/test_*.py
backend/populate_db.py
backend/purge_mock.py
# Node / Next.js
frontend/node_modules/
frontend/.next/
frontend/npm-debug.log*
# General
.DS_Store
*.db
*.sqlite
.vscode/
backend/output.txt
backend/scratch_*.py
backend/scratch_test_analysis.py