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

# venv
.venv

# macOS
.DS_Store