summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 64a852ac0b95db970b6bca8ab3b4f38880cc8ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
*.pyc
*.egg-info/

# created by `pip install . --config-settings editable_mode=compat`
build/

# created by `python3 -m build`
dist/

# created by `nix-build`
result