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

# venv
.venv

# Development
*.log
*.env