.mypy_cache/
.ruff_cache/
.uv-cache/
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.local

# arc-llama runtime state
*.log
*.pid
state/
models/

# IDE
.vscode/
.idea/
*.swp
.DS_Store

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
