# repo specific exclude

# nested PREFECT_HOME folder
prefecthome/

# interactive taskrunner should not run deployments
justfile

# data files
*.txt
*.csv

# local storage dont pull these
.git

# prefect artifacts
.prefectignore

# python artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg

# pytest
*.pytest_cache

# Type checking artifacts
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# IPython
profile_default/
ipython_config.py
*.ipynb_checkpoints/*

# Environments
.CondaPkg/
.python-version
.venv
env/
venv/

# MacOS
.DS_Store

# Dask
dask-worker-space/

# Editors
.idea/
.vscode/
