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

# Virtual environments
.venv/
venv/
env/

# uv
uv.lock

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Distribution
*.whl
*.tar.gz

# Environment
.env
.env.*
!.env.example

# Local example data (Lance datasets, downloaded corpora)
data/
