blob: e531e481c87ce80a9e280c2a209816da9e7ec5e0 [file] [log] [blame]
# 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/*