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

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

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

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/
nosetests.xml
.hypothesis/

# Documentation
docs/_build/
site/

# Development tools
.idea/
.vscode/
*.swp
*.swo
*~

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Type checking
.pyre/
.pytype/

# Rope project settings
.ropeproject

# Unit test / coverage reports
instance/
.coverage.*
.cache
coverage/

# Logs
*.log

# Environment variables
.env
.env.local
.env.*.local

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
*.db
*.sqlite3
output/
temp/
logs/

search_results.png 
example_data/
saved_indices/