# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.whl

# Jupyter
.ipynb_checkpoints/
examples/data/

# Testing & coverage
.pytest_cache/
.coverage
htmlcov/

# Type checkers & linters
.mypy_cache/
.ruff_cache/

# macOS
.DS_Store

# IDE
.vscode/
.idea/
