aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9ed90ef47387d9d38842c2ed9c8d3ebe1a2fe4f0 (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

# Ariadne
src/*_client