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

# Virtual environments
.venv/
venv/

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

# Test and coverage
.pytest_cache/
.coverage
htmlcov/

# Tooling caches
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# OS / editor
.DS_Store
.vscode/
.idea/

