• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# build outputs
2/dist/*
3/build/*
4/lib/PyYAML.egg-info/*
5/lib3/PyYAML.egg-info/*
6/wheelhouse/*
7/yaml/_yaml.c
8MANIFEST
9**/*.so
10**/*.dylib
11**/*.pyd
12
13
14# cached Python binaries
15*.py[cdo]
16_pycache_/*
17
18# local IDE state
19/.idea/*
20
21