# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # Distribution / packaging build/ dist/ *.egg-info/ *.egg sdist/ wheels/ # Virtual environments .venv/ venv/ ENV/ # IDE / editor .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing / coverage .pytest_cache/ htmlcov/ .coverage .coverage.* coverage.xml *.cover # Reports (generated output) reports/ # Environment variables .env .env.* # Jupyter .ipynb_checkpoints/ # Large model / data files *.h5 *.hdf5 *.pkl *.pickle *.joblib *.parquet *.feather *.arrow *.onnx *.pt *.pth *.bin *.safetensors *.gguf *.ggml *.tar.gz *.zip *.gz *.bz2 *.xz *.7z # Logs *.log