# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.benchmarks/
.coverage
htmlcov/
.coverage.*

# Mypy
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# Environment
.env
.env.*

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/

# Project specific
.cross_encoder/
