Skip to content

Commit

Permalink
Cleanup gitignore cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jlubken committed Dec 27, 2021
1 parent bf5189e commit 3f3eb35
Showing 1 changed file with 13 additions and 60 deletions.
73 changes: 13 additions & 60 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,76 +1,29 @@
*.py[cod]
__pycache__

# C extensions
*.so

# Packages
# packages
.eggs
.build
*.egg
*.egg-info
dist
build
eggs
.eggs
parts
bin
var
sdist
wheelhouse
develop-eggs
.installed.cfg
lib
lib64
.venv
venv*/
pyvenv*/
pip-wheel-metadata/

# Installer logs
pip-log.txt

# Unit test / coverage reports
# test / coverage
.coverage
.tox
.coverage.*
.pytest_cache/
nosetests.xml
coverage.xml
htmlcov

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
*.iml
*.komodoproject

# Complexity
output/*.html
output/*/index.html
.pytest_cache
.pytest

# Sphinx
docs/_build
# mypy
.mypy_cache

.DS_Store
*~
.*.sw[po]
.build
.vscode
.ve
# venv
.env
.cache
.pytest
.benchmarks
.bootstrap
.appveyor.token
*.bak

# Mypy Cache
.mypy_cache/
.venv
.py39

# Generated by setuptools-scm
src/*/_version.py
# mac
.DS_Store

0 comments on commit 3f3eb35

Please sign in to comment.