summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ea96bb6888cbbd9ba1625a7a8cdd9cebb5aceca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Do not add entries specific to your dev environment or development
# preferences in this file. You can use the global .gitignore for that:
# git config --global core.excludesFile '~/.gitignore'
/log
*.py[cod]
/build
/doc/_build
/dist/
/pylint.egg-info/
.tox
*.sw[a-z]
# Can't use | operator in .gitignore, see
# https://unix.stackexchange.com/a/31806/189111
doc/user_guide/messages/convention/
doc/user_guide/messages/error/
doc/user_guide/messages/fatal/
doc/user_guide/messages/information/
doc/user_guide/messages/refactor/
doc/user_guide/messages/warning/
doc/technical_reference/extensions.rst
doc/technical_reference/features.rst
doc/user_guide/configuration/all-options.rst
pyve
build-stamp
.coverage
.coverage.*
.cache/
.eggs/
.pytest_cache/
.mypy_cache/
.benchmarks/
.pylint_primer_tests/