summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9d54f4426958122d270ced30578fe1c366e86862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/.git
*.py[co]
*~
*.egg-info
/dist
/build
/publish.log

.idea
/poetry.lock
/.coverage

.tox

# Will be generated from README.creole and added to sdist
/README.rst