# Python
__pycache__/
*.pyc
*.pyd
*.pyo
.Python
env/
venv/
pip-wheel-metadata/
.pytest_cache/
.ipynb_checkpoints
.mypy_cache/
.vscode/

# PyTorch
runs/
tb_logs/
lightning_logs/
checkpoints/
*.pt
*.pth
*.safetensors
saved_models/

# Logs
logs/
*.log

# OS
.DS_Store
.Trashes
Thumbs.db

# Build
dist/
build/
*.egg-info/

# Generated by uv-export pre-commit hook — pyproject.toml is source of truth
requirements.txt
requirements-dev.txt

# Ruff cache
.ruff_cache/

# Environment variables
.env

# Misc
tests/check_equivalence.py
notebooks