# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd

# Virtual environments
.venv/
venv/
env/
ENV/

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

# MkDocs
site/

# hatch-vcs generated version file
src/llm_context_search/_version.py

# Package managers
.uv/
uv.lock

# Linters / formatters
.ruff_cache/
.mypy_cache/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Env files
.env
.env.*
!.env.example

# SearXNG local config (generated by docker compose)
searxng/

# OS
.DS_Store
Thumbs.db

# IDE
.idea/
.vscode/
*.swp
*.swo
*.sublime-project
*.sublime-workspace

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Logs
*.log
