.venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

# Build artifacts
build/
dist/
*.egg-info/
*.egg

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

# Local runtime/state files
.raglib_chroma/
*.sqlite3
*.db

# Editors/OS
.vscode/
.idea/
Thumbs.db
Desktop.ini

# Secrets/env files
.env
.env.*
*.pem
*.key
*.token
