third_party_pyyaml/.gitignore
2021-09-22 15:52:05 +02:00

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/*