blob: 86fcdd887fb8328badb35fb97b681e2e5ec724bc [file] [log] [blame]
# build outputs
/build/
/lib/PyYAML.egg-info/*
/.venv/
/wheelhouse/*
/yaml/_yaml.c
MANIFEST
**/*.so
**/*.dylib
**/*.pyd
# cached Python binaries
*.py[cdo]
_pycache_/*
# local IDE state
/.idea/*
/.tox/*