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

# Virtual environments
.venv/
venv/

# Testing/Coverage
.coverage
.pytest_cache/
htmlcov/

# Linting
.ruff_cache/

# IDE
.vscode/
.idea/

# Results (run-specific)
results*.json

# OS
.DS_Store
