# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test and tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS files
.DS_Store

# Jupyter files
.ipynb_checkpoints/
*.ipynb

# IDE files
.vscode/