third_party_pyyaml/.gitignore
Matt Davis 9141e900d1 Windows Appveyor build
* builds Windows wheels against a specified libyaml repo/refspec for many Python versions
* since we don't have multiple Appveyor workers, it's faster/more convenient to run them serially
* not all paths sufficient for general CI usage yet; still needs manual inspection/testing of output
* various hacks to quiet warning noise during build on old Pythons
2019-03-12 16:22:31 -07:00

14 lines
132 B
Plaintext

# build outputs
/dist/*
/build/*
/ext/_yaml.c
MANIFEST
# cached Python binaries
*.py[cdo]
_pycache_/*
# local IDE state
/.idea/*