# Ignore Python cache and compiled files. __pycache__/ *.pyc *.pyo *.pyd # Ignore virtual environment. .venv/ # Ignore logs and temporary outputs. logs/ artifacts/ *.log # Ignore model weights and checkpoints by default. checkpoints/ models/base/ models/lora/ models/quantized/ # Ignore data files by default. data/raw/ data/interim/ data/processed/ data/external/ # Ignore notebook checkpoints. .ipynb_checkpoints/