py-yaml/.gitignore

21 lines
223 B
Plaintext
Raw Permalink Normal View History

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