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

# Virtual environments
.venv/
venv/

# Testing / coverage
.coverage
.pytest_cache/
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/

# Benchmarks
.benchmarks/

# OS
.DS_Store
