# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

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

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

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Linting / type checking
.ruff_cache/
.mypy_cache/

# Jupyter
.ipynb_checkpoints/

# Index artefacts written by DeepImageSearch at runtime
metadata-files/
*.faiss
image_records.json

# OS / editor cruft
.DS_Store
Thumbs.db
*.swp
.idea/
.vscode/
