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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Secrets & local state — never commit these
.env
.env.*
!.env.example
*.key
**/api_key
.freellmpool/
freellmpool-state/

# Editor / OS
.idea/
.vscode/
.DS_Store
