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

# Virtual environment
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# lkhu runtime artifacts (never commit user data)
data/
*.npy
*.faiss
*.db
*.sqlite
audit/
backups/
logs/
stats.json

# OS
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/
*.swp
