Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
olemoign committed May 18, 2021
1 parent 854f4cf commit cb543fb
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions .gitignore
@@ -1,13 +1,31 @@
/build
/env*
*.egg
*.egg-info
.eggs/
*.pyc
*$py.class
.coverage*
/dist
*.pt.py
*.txt.py
*~
.tox
nosetests*.xml
coverage*.xml
*.sublime-*
.*.swp
.coverage
.coverage.*
.tox/
nosetests.xml
coverage.xml
nosetests-*.xml
coverage-*.xml
tutorial.db
build/
dist/
bin/
lib/
include/
.idea/
distribute-*.tar.gz
bookenv/
jyenv/
pypyenv/
env*/
venv/
.cache/
.python-version

0 comments on commit cb543fb

Please sign in to comment.