# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
*.swo

# macOS
.DS_Store

# SudachiDict cache
sudachidict*

# fastembed model cache
.fastembed_cache/

# jaqmd index files
*.db
*.db-shm
*.db-wal
