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


            
     
      

             

      
           
       


           
*~
*.pyc

# virtualenv
.venv
.venv3

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

# docs
docs/_build