aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 056a5aafdf392e170a81aace91354a1278d20cda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
*.pyo

# Typical virtual environment directories
.venv/
venv/

# Generated by `pip install -e .`
*.egg-info

# Generated by setuptools
MANIFEST
dist/