summaryrefslogblamecommitdiffstats
path: root/.gitignore
blob: 7067ac2fd1dc21afe66415ba68509e4a0074b69e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
  


            
     
      

             

      



           
*~
*.pyc

# virtualenv
.venv
.venv3

# build cruft
build/
dist/
*.egg-info/

# docs
docs/_build