docs: cleanup: Rephrase and correct typos
[barectf.git] / .gitignore
... / ...
CommitLineData
1# cache
2__pycache__/
3*.py[cod]
4.*cache/
5.tox/
6
7# C objects and libraries
8*.o
9*.a
10*.so
11*.so.*
12
13# distribution/build
14/build/
15/dist/
16*.egg-info/
17
18# generated HTML README
19README.html
This page took 0.021809 seconds and 4 git commands to generate.