about summary refs log tree commit diff
path: root/.gitignore
blob: 3be57d472d0f84c940bf62733ba684cd12b2152e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

.direnv/