# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
venv/
env/

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/
*.egg

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

# Docs
site/

# Project artifacts
.benchmarks/

# OS
.DS_Store
Thumbs.db

# Test artifacts
*.xlsx
!tests/fixtures/*.xlsx
