# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/
.python-version

# Tooling
.ruff_cache/
.mypy_cache/
.pytest_cache/
pytest-cache-files-*/
pytest-*/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/
.hypothesis/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Models / data — keep the directory shape, drop the artifacts
data/*
!data/.gitkeep
*.safetensors
*.pt
*.pth
*.onnx
*.bin

# Notebooks
.ipynb_checkpoints/

# Local experiments
scratch/
tmp/
*.log
