assathe/data-analyst-agent2
0
1 2# other files3links.txt4 5 6# Byte-compiled / cache files7__pycache__/8*.py[cod]9*$py.class10 11# Virtual environment12venv/13venv310/14ENV/15env/16.venv/17.git/18testenv/19data-analyst-agent/20 21 22# other folders23questions/24 25# Jupyter Notebook checkpoints (if used for dev)26.ipynb_checkpoints/27 28# MacOS / Windows system files29.DS_Store30Thumbs.db31 32# dotenv for local secrets33.env34 35# Vercel build artifacts (just to be safe)36.vercel/37 38# VSCode settings (optional)39.vscode/40 41# Output files42*.log43*.out44*.png45*.jpg46*.jpeg47*.webp48*.svg49*.pdf50 51# Data or temp files52*.csv53*.parquet54*.zip55*.tar.gz56*.db57*.sqlite58 59.vercel60 