# Python artifacts
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
build/
dist/
sdist/


# Build metadata
src/prefect/_build_info.py
src/prefect/_version.py

# Test artifacts
.benchmarks/
.coverage
.coverage.*.*
.prefect-results
.pytest_cache/

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

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

# Profiling
/prof

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

# Documentation artifacts
# gschema.json
site/
.cache/

# UI artifacts
**/node_modules

# Databases
*.db

# API artifacts

# MacOS
.DS_Store

# Dask
dask-worker-space/

# Editors
.idea/
.vscode/
.zed/
!ui/.vscode/

# For development doc server if link
libcairo.2.dylib