__pycache__/
*.py[cod]
*$py.class
*.so
.Python

build/
dist/
*.egg-info/
*.egg
.eggs/

.venv/
venv/
env/
ENV/

.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

.ipynb_checkpoints/

.DS_Store
.vscode/
.idea/

artifacts/
.local-models/
.local-data/
*.onnx
*.bin
*.safetensors
*.pt
*.pth
checkpoints/
runs/
wandb/

data/raw/
data/cache/
.cache/

memory/
