
uv.lock
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Local development
*.local
.env
CLAUDE.md

# flexllm config files (exclude example files)
flexllm_config.yaml
config.yaml
!flexllm_config.example.yaml
!flexllm_config.quickstart.yaml
