# some extensions
.vscode
.DS_Store
# jupyter notebook
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# folders
data
dist
*.zip
# Python / uv
.venv/
__pycache__/
*.pyc
.pytest_cache/
.ruff_cache/
dist/
