aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: c5d93e481b03f90c281abed6fe2e27c6adff7b6c (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
27
28
29
*.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

# 
.DS_Store