# Protect environment variables .env RAG/rag.env # Virtual environment .env/ # Python cache __pycache__/ *.py[cod] # Log files *.log # Model checkpoints and weights checkpoint*/ *.ckpt *.pth # Data files *.jsonl # Jupyter checkpoints .ipynb_checkpoints/ # IDE settings .vscode/