summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 849ca6e85ef160f4f43cc1f59a3cc93b030e8e96 (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
*.pyc
build/
dist/
htmlcov/
MANIFEST
.*.swp
*.egg-info
.idea/
coverage.xml
docs/_build
.coverage*
.python-version
.tox
.venv/
venv/

# Include tracked hidden files and directories in search and diff tools
!.dockerignore
!.env
!.github/
!.gitignore
!.gitlab-ci.yml
!.mypy.ini
!.pre-commit-config.yaml
!.readthedocs.yml
!.renovaterc.json