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

# Test artifacts
.coverage*
.pytest_cache/

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

# IPython
profile_default/
ipython_config.py

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

# Documentation artifacts
docs/api-ref/schema.json
site/

# UI artifacts
src/prefect/orion/ui/*
orion-ui/node_modules

# Databases
*.db

# MacOS
.DS_Store

# Dask
dask-worker-space/

# Editors
.idea/
.vscode/
