# Python cache __pycache__/ *.py[cod] *.so *.pyd # Virtual environments aienv/ aienv/ .aienv/ .aienv/ env/ venv/ myenv/ .myenv/ myenv31/ .myenv31/ *.env # Jupyter/IPython .ipynb_checkpoints/ # VSCode & PyCharm .vscode/ .idea/ # Logs and temp *.log *.tmp *.temp *.bak *.swp *.DS_Store # Model caches *.pt *.ckpt *.onnx *.pb *.tflite *.pkl # Hugging Face transformers cache ~/.cache/ huggingface/ .cache/ # Output PDFs, reports *.pdf *.out # Data files *.csv *.tsv *.js* # Vector stores and binary data vector_store/ *.faiss *.index *.bin # Database files *.db *.sqlite *.sqlite3 # Temporary files and caches temp/ tmp/ .cache/ cache/