summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 165fb1d655276e44e7d02f45fb868e16ed18e6f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/build/
/dist/
/flit_core/dist/
__pycache__/
/doc/_build/
/tests/samples/build/
/tests/samples/dist/
/tests/samples/ns1-pkg/dist/
/htmlcov/
/.coverage
/.pytest_cache
/.tox
.idea/
venv/
*.pyc
.python-version