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

# Virtual environments
.venv/
venv/
ENV/

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

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

# Benchmark reports (generated)
benchmarks/reports/

# HuggingFace cache (downloaded datasets)
.cache/
hub/

# Environment
.env
.env.local

# uv
uv.lock
logs/
