# Python bytecode/cache
__pycache__/
*.py[cod]
*.pyo

# Native extensions
*.so
*.dylib

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

# Packaging / distribution
build/
dist/
*.egg-info/
.eggs/

# Test/typing caches
.pytest_cache/
.mypy_cache/
.pyre/
.coverage
htmlcov/
.cache/

# Editors/IDEs
.vscode/
.idea/
*.swp
*.swo

# Jupyter
.ipynb_checkpoints/

# OS files
.DS_Store
Thumbs.db

# Project outputs and large artifacts
runs/
*.pt
*.npy
*.faiss

# Release artifacts (upload manually to GitHub Releases)
ppt-json-embedding-model-*.pt
*.index

# Local env/config
.env
.env.*
.envrc

# Generated by setuptools-scm
src/embedding_model/_version.py

/data/
