# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.venv-acestep

# ace-step writes a progress-estimate cache under the project root
/.cache/

# Local service logs
*.log

# Local debugging files
/.tmp/
/.verify/

# Test assets downloaded via mise
tests/assets/
