.DS_Store

# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.ty/

# Virtual environments
.venv/
venv/
env/

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

# Test and benchmark outputs
.coverage
coverage.xml
htmlcov/
.benchmarks/

# Notebooks
.ipynb_checkpoints/
