third_party_pyyaml/.gitignore

20 lines
199 B
Plaintext
Raw Normal View History

# build outputs
/dist/*
/build/*
/lib/PyYAML.egg-info/*
/wheelhouse/*
/yaml/_yaml.c
2016-09-12 12:21:24 +00:00
MANIFEST
**/*.so
**/*.dylib
**/*.pyd
2016-09-12 12:21:24 +00:00
# cached Python binaries
*.py[cdo]
_pycache_/*
# local IDE state
/.idea/*