aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1e73087862f22acf3070143b6e468421bb8c54b0 (plain)
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

.env