aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: e531e481c87ce80a9e280c2a209816da9e7ec5e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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/*