aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 438992a9addd8c9760667cea9eb45d2a7f881455 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# venv
.venv

# Development
.env