# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables (never commit secrets)
.env
.env.local
.env.*.local

# Model weights and caches (can be large — regenerate with HF download)
.model_cache/
*.safetensors
*.bin
*.pt
*.pth
model_cache/
hf_cache/

# Datasets and data files
data/
datasets/
*.csv
*.jsonl
*.parquet
*.arrow

# Jupyter notebooks checkpoints
.ipynb_checkpoints/

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*.orig
.DS_Store
Thumbs.db

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Ruff / mypy
.ruff_cache/
.mypy_cache/

# Docker
*.log

# OS
ehthumbs.db
Desktop.ini
