# This file specifies which local files and directories should not be uploaded.
# It is in rsync's ignore format.

# rx-specific
.rx

# Git
.git

# Python
*.pyc
__pycache__
.pytest_cache

# Common virtual environment names
env/
venv/
.env/
.venv/
# Install dirs
build/
dist/

# Jupyter
.ipynb_checkpoints

# Node
node_modules/
