-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy path.gitignore
More file actions
66 lines (59 loc) · 762 Bytes
/
.gitignore
File metadata and controls
66 lines (59 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
build/
*.egg-info
dist/
*.pyx
*.pyc
__pycache__
*.swp
# editors
.vscode
.idea
# Sphinx documentation
docs/_build/
# mypy
.mypy_cache/
# coverage files
.coverage
node_attrs/*
graph.json
!tests_integration/resources/empty-graph/graph.json
pr_json/*
pr_status/*
status/*
feedstocks/*
coverage.xml
.coverage.*
cf-graph/
tests/node_attrs/
pkgs
dask-worker-space
cbr
feedstocks
.venv
.ipynb_checkpoints/
Untitled.ipynb
node_attrs/*
node_attrs
version_pr_info
version_pr_info/*
pr_info
pr_info/*
conda_forge_tick/_version.py
pr_json
pr_json/*
.pytest_cache/*
.pytest_cache
lazy_json/*
lazy_json
.unload_to_disk_*
tests/test_pypi_name_mapping/pr_json/
versions/*
.pixi
pixi.lock
pixi.toml
.ruff_cache/
.repodata_cache/
venv
oryx-build-commands.txt
.env
.DS_Store