# Virtual environments (.venv-mace/ is the separate MACE one)
.venv/
.venv-*/
venv/
env/

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

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Downloaded model checkpoints
*.pth
*.pt
*.ckpt

# Scratch / experiment output
temp/

# OS / editor
.DS_Store
.idea/
.vscode/
