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

# =====================================
# Distribution / Packaging
# =====================================
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
*.whl

# =====================================
# Virtual Environments
# =====================================
.venv/
venv/
ENV/
env/

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

# =====================================
# Linting / Formatting
# =====================================
.ruff_cache/
.mypy_cache/

# =====================================
# IDE / Editor
# =====================================
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# =====================================
# Jupyter Notebooks
# =====================================
.ipynb_checkpoints/

# Ignore raw JSON if present (use DB instead)
src/shobdo/data/dictionary.json

# Local scripts / temp files
scratch/
tmp/
*.log

# =====================================
# Development Only (not shipped)
# =====================================
paraphrase-multilingual-MiniLM-L12-v2/
embeddinggemma-300m/

# (tests and scripts removed from ignore rules so they track natively)

