mirror of
https://gitee.com/openharmony/third_party_pyyaml
synced 2024-11-23 07:20:31 +00:00
2ecaf6cedb
Signed-off-by: xuyong <xuyong59@huawei.com>
20 lines
199 B
Plaintext
20 lines
199 B
Plaintext
# build outputs
|
|
/dist/*
|
|
/build/*
|
|
/lib/PyYAML.egg-info/*
|
|
/wheelhouse/*
|
|
/yaml/_yaml.c
|
|
MANIFEST
|
|
**/*.so
|
|
**/*.dylib
|
|
**/*.pyd
|
|
|
|
|
|
# cached Python binaries
|
|
*.py[cdo]
|
|
_pycache_/*
|
|
|
|
# local IDE state
|
|
/.idea/*
|
|
|