__pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # Virtual environments venv/ .venv/ env/ ENV/ # IDE .vscode/ .idea/ .cursor/ *.swp *.swo # Git .git/ .gitignore .gitattributes # Testing .pytest_cache/ .coverage htmlcov/ tests/ # Environment files .env .env.local .env.*.local # Documentation docs/ # Model cache (if downloading at runtime) # model_cache/ # Uncomment if models download at runtime # Logs *.log logs/ # OS .DS_Store Thumbs.db # Jupyter .ipynb_checkpoints/ *.ipynb # Data files (if large and not needed) # emu_rag_data/ # Uncomment if not needed in image scripts/ scrapers/