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

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

# uv
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# shiftgate runtime data
~/.shiftgate/
*.jsonl

# fastembed model cache
.fastembed_cache/
models/

# Distribution
*.whl
*.tar.gz
