# Python
__pycache__/
*.py[cod]
.venv/
.python-version

# Packaging / build artifacts
build/
dist/
*.egg-info/
.pytest_cache/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store
