MCP server for tangled
1# Python artifacts
2__pycache__/
3*.py[cod]
4*$py.class
5*.egg-info/
6*.egg
7build/
8dist/
9sdist/
10
11
12# Build metadata
13src/prefect/_build_info.py
14src/prefect/_version.py
15
16# Test artifacts
17.benchmarks/
18.coverage
19.coverage.*.*
20.prefect-results
21.pytest_cache/
22
23# Type checking artifacts
24.mypy_cache/
25.dmypy.json
26dmypy.json
27.pyre/
28
29# IPython
30profile_default/
31ipython_config.py
32*.ipynb_checkpoints/*
33
34# Profiling
35/prof
36
37# Environments
38.python-version
39.env
40.envrc
41.venv
42env/
43venv/
44
45# Documentation artifacts
46# gschema.json
47site/
48.cache/
49
50# UI artifacts
51**/node_modules
52
53# Databases
54*.db
55
56# API artifacts
57
58# MacOS
59.DS_Store
60
61# Dask
62dask-worker-space/
63
64# Editors
65.idea/
66.vscode/
67.zed/
68!ui/.vscode/
69
70# For development doc server if link
71libcairo.2.dylib