# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.Python
build/
dist/
.venv/
venv/
ENV/
.python-version

# Caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.benchmarks/
.playwright-mcp/
htmlcov/
.coverage
.coverage.*
coverage.xml

# Data and models
data/raw/
data/interim/
data/processed/
artifacts/
outputs/
mlruns/
mlartifacts/
mlflow.db
mlflow.db-journal
*.sqlite3
*.bin
*.safetensors
*.pt
*.pth
*.onnx
*.gguf
*.ckpt

# Hugging Face cache
.hf-cache/

# Generated by the copilot Train Studio (rebuilt on every launch)
configs/*_studio.yaml
configs/*.yaml.bak
profiles/*.yaml.bak

# DVC
/dvc.lock
.dvc/cache/
.dvc/tmp/

# Secrets
.env
.env.*
!.env.example

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

# Terraform
*.tfstate
*.tfstate.*
.terraform/
.terraform.lock.hcl
crash.log
crash.*.log
*.tfvars
!example.tfvars

# Logs
*.log
logs/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints
