Skip to content

Commit

Permalink
Clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Apr 8, 2020
1 parent a64a82d commit ede0287
Showing 1 changed file with 10 additions and 59 deletions.
69 changes: 10 additions & 59 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,61 +1,12 @@
# Created by https://www.gitignore.io

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
*.egg-info
*.pyc
.cache
nosetests.xml
coverage.xml

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

.pytest_cache
.coverage*
.mypy_cache
.pytest_cache
.tox
build
dist
docs/_build/
htmlcov
pip-wheel-metadata

0 comments on commit ede0287

Please sign in to comment.