Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter authored Nov 30, 2024
1 parent ccde462 commit d634413
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ parts/
sdist/
var/
wheels/
<<<<<<< ours
pip-wheel-metadata/
=======
>>>>>>> theirs
share/python-wheels/
*.egg-info/
.installed.cfg
Expand Down Expand Up @@ -53,10 +50,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
<<<<<<< ours
=======
cover/
>>>>>>> theirs

# Translations
*.mo
Expand All @@ -79,10 +73,7 @@ instance/
docs/_build/

# PyBuilder
<<<<<<< ours
=======
.pybuilder/
>>>>>>> theirs
target/

# Jupyter Notebook
Expand All @@ -93,13 +84,9 @@ profile_default/
ipython_config.py

# pyenv
<<<<<<< ours
.python-version
=======
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
>>>>>>> theirs

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Expand All @@ -108,9 +95,6 @@ ipython_config.py
# install all needed dependencies.
#Pipfile.lock

<<<<<<< ours
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
=======
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
Expand All @@ -129,7 +113,6 @@ ipython_config.py
.pdm-build/

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
>>>>>>> theirs
__pypackages__/

# Celery stuff
Expand Down Expand Up @@ -163,11 +146,8 @@ venv.bak/
.dmypy.json
dmypy.json

<<<<<<< ours
# Pyre type checker
.pyre/

docs/
=======
.DS_Store
>>>>>>> theirs

0 comments on commit d634413

Please sign in to comment.