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

# virtualenvwrapper oh-my-zsh plugin
.venv

# coverage.py
.coverage

# pyenv
.python-version

# GitHub token
.pypt/gh-token