aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 274740a75c7f6a5409086ccb3ad03b439290f1f6 (plain) (blame)
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
*.py[co]
*.db
*~
/dist
*.log
*.diff
*.patch
tmp/
output/
build/
.idea/
__pycache__/
*.egg-info/
.cache/

# virtualenvwrapper oh-my-zsh plugin
.venv

# coverage.py
.coverage

# pyenv
.python-version

# GitHub token
.pypt/gh-token