Skip to content

Commit

Permalink
Slimmed down .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
olemoign committed May 18, 2021
1 parent 702f366 commit d55231b
Showing 1 changed file with 9 additions and 22 deletions.
31 changes: 9 additions & 22 deletions .gitignore
@@ -1,31 +1,18 @@
bookenv/
/build
.coverage
coverage.xml
dist/
/env*
env*/
*.egg
*.egg-info
.eggs/
jyenv/
*.pyc
*$py.class
*.pt.py
*.txt.py
pypyenv/
*~
.*.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 d55231b

Please sign in to comment.